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