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

2016-05-10 Thread ekke
Am 10.05.16 um 16:46 schrieb J-P Nurmi: > ... > > Hi, > > Notice that you can combine file selectors, for example: > - img.png // the base image must always exist > - +material/img.png // used with the material style, except on ios > - +material/+ios/img.png // used with the material style on ios >

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

2016-05-10 Thread J-P Nurmi
On 08 May 2016, at 14:36, ekke mailto:e...@ekkes-corner.org>> wrote: Am 08.05.16 um 13:50 schrieb Nikita Krupenko: 2016-05-08 13:59 GMT+03:00 ekke mailto:e...@ekkes-corner.org>>: what if (per ex. for a demo app) user can switch between universal and material and using some images specific to uni

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 android - is this possible

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 it only work for one st

[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 way