You might want to profile where exactly things are slowing down (infact
your console.log calls should help as well). If its the model that is
taking too much time to populate, you should use a C++ model.
On Tue, May 3, 2016 at 11:02 PM, Kevin Mcintyre wrote:
> Given code like below where JSON da
Hi,
I want do show data in a combobox in QML and after a selection in the combo box
is made I want the data but from a different role.
In QML I have the following:
ComboBox {
model: MyModel
textRole: "Role1"
onCurrentTextChanged: {
MyLineEdit.text = ?? // Here I want the text from "
On domingo, 8 de maio de 2016 22:06:52 PDT Xavier Bigand wrote:
> With QML I learn the property binding paradigm, which is a really big thing
> that can help to solve a lot of complex problems, but I think that it is
> not enough known.
>
> I really think that it can be used in many places where w
Hi,
Firstly I have to thank every contributors of Qt particularly mens from
KDAB for such great things as QML and Qt3D.
With QML I learn the property binding paradigm, which is a really big thing
that can help to solve a lot of complex problems, but I think that it is
not enough known.
I really
2016-05-08 20:57 GMT+02:00 Elvis Stansvik :
> 2016-05-07 22:12 GMT+02:00 Elvis Stansvik :
>> 2016-05-07 21:39 GMT+02:00 Elvis Stansvik :
>>> Hi all,
>>>
>>> Back in 2010 there were a couple of interesting threads on this list
>>> regarding the use of state machines:
>>>
>>> http://comments.gman
2016-05-07 22:12 GMT+02:00 Elvis Stansvik :
> 2016-05-07 21:39 GMT+02:00 Elvis Stansvik :
>> Hi all,
>>
>> Back in 2010 there were a couple of interesting threads on this list
>> regarding the use of state machines:
>>
>> http://comments.gmane.org/gmane.comp.lib.qt.general/29861
>> http://c
On Sun, May 08, 2016 at 04:40:02PM +0200, Jan Müller wrote:
> What does QtCreator use to implement the GUI?
A few of the ~50 standard plugins (the Welcome screen and the QML
tooling) are using Qt Quick but the bulk of plugins as well as the
shell including the mode bar on the left are all Qt Widge
Hello,
2016-05-07 10:34 GMT+03:00 d3fault :
> ...
>
> ^code is pseudo/buggy, but mostly correct. also I'm aware that this
> oversimplified example wouldn't suffer from the diamond inheritance
> problem... but the diamond inheritance problem does frequently show up when
> using signals/slots inter
If you want something modern you should use QML. Maybe with QtQuickControls
2.0 to get controls, because QtQuick itself provides only primitives,
Rectangle, Image, MouseArea,... but no buttons,...
QML is made to be easy to customize instead of Widgets, you will also
capable to do nice animations.
08.05.2016, 17:40, "Jan Müller" <217...@gmail.com>:
> Hello,
>
> I was wondering, what is the preferred way to create a GUI with a custom
> look-and-feel appearance, similar as e.g. QtCreator.
>
> I have a modestly large application, using a QWidgets approach and I use
> 'designer' to create th
On Sun, 8 May 2016, Bob Hood wrote:
You could manually create a "qt.conf" file in the bin/ folder, and have it
point at the translations folder, e.g.:
[Paths]
Prefix = .
Translations = translations
Thanks! I'll try that!
--
Boudewijn Rempt | http://www.krita.org, http://www.valdyas
Hello,
I was wondering, what is the preferred way to create a GUI with a custom
look-and-feel appearance, similar as e.g. QtCreator.
I have a modestly large application, using a QWidgets approach and I use
'designer' to create the ui/layout.
The application has several modes/screens, which are a
2016-05-08 12:11 GMT+02:00 Mark Gaiser :
> On Sat, May 7, 2016 at 6:43 PM, Elvis Stansvik wrote:
>
>> 2016-05-07 16:56 GMT+02:00 Mark Gaiser :
>> > On Sat, May 7, 2016 at 3:44 PM, Elvis Stansvik
>> wrote:
>> >>
>> >> 2016-05-07 15:27 GMT+02:00 Elvis Stansvik :
>> >> > Hi all,
>> >> >
>> >> > May
On 5/8/2016 5:06 AM, Boudewijn Rempt wrote:
I'm building my project on Linux, using mxe, for Windows. When I package
everything up, I copy all the Qt translations into a "translations folder
in the folder where my application exe is, but the Qt transaltions aren't
used:
krita/bin/krita.exe
krit
Am 08.05.16 um 13:50 schrieb Nikita Krupenko:
> 2016-05-08 13:59 GMT+03:00 ekke :
>> what if (per ex. for a demo app) user can switch between universal and
>> material and using some images specific to universal, others to material and
>> this in combination with ios and android - is this possible
2016-05-08 13:59 GMT+03:00 ekke :
> what if (per ex. for a demo app) user can switch between universal and
> material and using some images specific to universal, others to material and
> this in combination with ios and android - is this possible via file
> selector or will it only work for one st
>
> query for the interface implementation
>
To be read as: "query for the interface being implemented
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On Sun, May 8, 2016 at 8:27 AM, d3fault wrote:
>
> You're right, my example didn't suffer from the diamond inheritance
> problem. But suppose you want to inherit from a QWidget derived class (or
> any of the QObject derived classes in Qt xD) in addition to the
> signals/slots interface: if the int
I'm building my project on Linux, using mxe, for Windows. When I package
everything up, I copy all the Qt translations into a "translations folder
in the folder where my application exe is, but the Qt transaltions aren't
used:
krita/bin/krita.exe
krita/bin/translations/qtbase_ja.qm
etc.
What el
from
http://doc-snapshots.qt.io/qt5-5.7/qtquickcontrols2-fileselectors.html
http://doc-snapshots.qt.io/qt5-5.7/qtquickcontrols2-deployment.html
I know that I can use file selectors for
+material
+universal
combining this with selectors for android, windows, ios, it's the best
to do it this way
On Sat, May 7, 2016 at 6:43 PM, Elvis Stansvik wrote:
> 2016-05-07 16:56 GMT+02:00 Mark Gaiser :
> > On Sat, May 7, 2016 at 3:44 PM, Elvis Stansvik
> wrote:
> >>
> >> 2016-05-07 15:27 GMT+02:00 Elvis Stansvik :
> >> > Hi all,
> >> >
> >> > Maybe I'm doing something completely wrong, but on Qt 4.
21 matches
Mail list logo