On Wed, Oct 8, 2014 at 10:03 AM, Ziller Eike <[email protected]> wrote: > > On Oct 6, 2014, at 1:59 PM, Robert Iakobashvili <[email protected]> wrote: > >> Gentlemen, >> If images are placed to resource file, >> is there any option for an automatic management >> of using either Retina or non-Retina images >> using Apple's naming convention or the manual >> management is the only option like for Mac OS X? >> >> Here's an example of what Qt developers >> are doing: >> http://qt-project.org/forums/viewthread/44805/ >> >> Are there any other approaches or >> best practices? > > > Just use > > Image { > source: “foo.png” > } > > and it will try “[email protected]” on 2x screens on OS X and iOS automatically. > > Br, Eike >
Thank you for your response. This is a widget-based application, though. Kind regards, Robert _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
