Re: [Interest] Is there any plan to make property binding working in C++?

2016-05-08 Thread Thiago Macieira
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

[Interest] Is there any plan to make property binding working in C++?

2016-05-08 Thread Xavier Bigand
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

Re: [Interest] QStateMachine as C++ (or Python) backbone of QML app

2016-05-08 Thread Elvis Stansvik
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 >>>

Re: [Interest] QStateMachine as C++ (or Python) backbone of QML app

2016-05-08 Thread 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: >> >>

Re: [Interest] Preferred way to create custom look-and-feel GUI

2016-05-08 Thread André Pönitz
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

Re: [Interest] Are slots even needed these days?

2016-05-08 Thread Sina Dogru
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 >

Re: [Interest] Preferred way to create custom look-and-feel GUI

2016-05-08 Thread Xavier Bigand
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.

Re: [Interest] Preferred way to create custom look-and-feel GUI

2016-05-08 Thread Konstantin Tokarev
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

Re: [Interest] deploying translatations when cross-compiling

2016-05-08 Thread Boudewijn Rempt
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,

[Interest] Preferred way to create custom look-and-feel GUI

2016-05-08 Thread Jan Müller
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

Re: [Interest] QPushButton shortcut works on Qt 4 but not 5

2016-05-08 Thread Elvis Stansvik
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: >> >> >> >>

Re: [Interest] deploying translatations when cross-compiling

2016-05-08 Thread Bob Hood
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

Re: [Interest] Qt 5.7 - Using File Selectors with Qt Quick Controls 2

2016-05-08 Thread ekke
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

Re: [Interest] Qt 5.7 - Using File Selectors with Qt Quick Controls 2

2016-05-08 Thread 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 via file > selector or will

Re: [Interest] Are slots even needed these days?

2016-05-08 Thread Nye
> > 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

Re: [Interest] Are slots even needed these days?

2016-05-08 Thread Nye
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 >

[Interest] deploying translatations when cross-compiling

2016-05-08 Thread Boudewijn Rempt
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

[Interest] Qt 5.7 - Using File Selectors with Qt Quick Controls 2

2016-05-08 Thread ekke
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

Re: [Interest] QPushButton shortcut works on Qt 4 but not 5

2016-05-08 Thread 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 : > >>