* 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
> 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.
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
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
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
> 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
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
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
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
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
>> 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
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
> 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
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
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
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("
16 matches
Mail list logo