Re: [Development] Deprecation of Qt Quick Controls 1

2018-02-07 Thread Helmut Mülner
* And basically the only thing that really hurts me with controls 2 is that combobox becomes quite horrible I use something like this for a decent looking combobox: ComboBox { id: comboBox Layout.fillWidth: true height: 30 Layout.maximumHeight: 30

Re: [Development] Deprecation of Qt Quick Controls 1

2018-02-07 Thread Helmut Mülner
> It should come as no big surprise that we are not working much on Qt Quick Controls 1. After some discussions inside The Qt Company, we concluded that it would make sense to clarify the situation. We see the value Controls 1 provides - more platform native styling - but it comes at a high price.

Re: [Development] Qt 5.9

2016-11-23 Thread Helmut Mülner
m is 64-bit there can be a lot of 32-bit application, e.g. VS 2013 and VS 2015 are still 32-bit applications. Helmut Mülner ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Crash at program end

2016-03-02 Thread Helmut Mülner
I have a complex mixed QML and C++ desktop application where I get crashes when closing the program. I use Qt-5.5.1/msvc2013 (32 bit) on Windows 7. I did not yet report a bug because I could not produce a small sample program to reproduce the bug. The problem seems to be a double free of the OpenG

[Development] QtQuick not usable on Windows tablet computers? (Was: Virtual keyboard)

2014-12-18 Thread Helmut Mülner
It looks like QtQuick on Windows table computers is severly broken: Automatic popup of the virtual keyboard does not work. But it works with QWidgets and QML System Dialogs. I tried to hack around the issue by calling C++-Code to show/hide the keyboard (using FindWindow and PostMessage) in onActiv

Re: [Development] Virtual keyboard

2014-12-17 Thread Helmut Mülner
> I have a virtual keyboard installed (Hot Virtual Keyboard) on Windows7. > I use qt-opensource-windows-x86-msvc2013-5.4.0. > In Qt Widget programs (e.g. from examples) the keyboard works as expected: > When I click into an editable text field, the keyboard pops up. > But this does not work

[Development] Virtual keyboard

2014-12-17 Thread Helmut Mülner
I have a virtual keyboard installed (Hot Virtual Keyboard) on Windows7. I use qt-opensource-windows-x86-msvc2013-5.4.0. In Qt Widget programs (e.g. from examples) the keyboard works as expected: When I click into an editable text field, the keyboard pops up. But this does not work in QML programs

[Development] Implementation of QML Canvas

2014-10-02 Thread Helmut Mülner
Hi! By stumbling over an out-of-memory problem in my application, I found out about the implementation of the QML Canvas item: It uses 2 QImages as internal buffers and uses QPainter to write into this buffer. (I also reported https://bugreports.qt-project.org/browse/QTBUG-41657 ) Are there

[Development] Problem with QML Context2D

2014-09-26 Thread Helmut Mülner
I am developing a mixed C++/QML application using qt-opensource-windows-x86-msvc2012_opengl-5.3.2 (and 5.4.0-beta). The QML GUI contains a zoomable Canvas item embedded in a ScrollView. Zooming the Canvas changes its size, and after experiencing some strange crashes of the application during zoomi

[Development] QTCREATORBUG-11516 and QTBUG-37119

2014-09-04 Thread Helmut Mülner
For several months now it is not possible to evaluate Javascript expressions in the QML-Debugger component of QtCreator, so we are back to console.log() debugging. This issue was reported end of February and has a P2 priority. But it looks like there is no progress in this case. Could somebod

Re: [Development] qt-opensource-windows-x86-msvc2012_opengl-5.3.0-RC: libegl missing

2014-05-12 Thread Helmut Mülner
>> In the final RC the libegl binary files (*.lib, *.dll) are missing. >> I did not have this problem with the previous snapshots. > Hmm I don't think the _opengl variant is supposed to contain libegl (angle) - I think only the angle variant is supposed to. > Simon Ok, I checked again and it

[Development] qt-opensource-windows-x86-msvc2012_opengl-5.3.0-RC: libegl missing

2014-05-12 Thread Helmut Mülner
In the final RC the libegl binary files (*.lib, *.dll) are missing. I did not have this problem with the previous snapshots. Best regards Helmut ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/develo

Re: [Development] Qt 5.3 beta release coming soon

2014-03-18 Thread Helmut Mülner
> Hi, > but 5.3 hasn't compass (for ios and android) and not webkit for android? > N. ... and no Qt3D!? Helmut ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt 5.3 Beta1

2014-02-28 Thread Helmut Mülner
Qt3D is not included in Qt 5.3 (Alpha)?! Disappointed Helmut ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Qt 5.3 Feature freeze is coming quite soon...

2014-01-17 Thread Helmut Mülner
Will Qt 5.3 cointain Qt3D (finally)? Hopefully Helmut Mülner ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Qt 5.2 RC1: QtCreator syntax checker does not recognize the properties of the QtQuick-Control Label

2013-11-14 Thread Helmut Mülner
HI, if I use a Label (QtQuick.Controls 1.1) the QtCreator syntax checker does not recognize its attributes, e.g.: import QtQuick 2.1 import QtQuick.Controls 1.1 ApplicationWindow { title: qsTr("Hello World") width: 640 height: 480 Label { text: qsTr("