Re: [Interest] Qt 5.6 high DPI scaling & resources

2016-02-18 Thread ekke
Am 18.02.16 um 21:02 schrieb Maxim Bescherevnykh: > In Qt Quick Controls 1 i can use an ldpi/mdpi/hdpi/etc. icon image > depending on target screen DPI and icons looks perfect with proper size. > Qt Quick Controls 2 designed to be used with Qt::AA_EnableHighDpiScaling > at least on X11, Windows,

[Interest] Minimum work needed to update bundle for Apple App Store?

2016-02-18 Thread Jason H
Recently, Apple started requiring a 167x167px icon for iPad Pro. I added the entry to the Info.plist, but was unsure of what to do. Will the icon be included in the bundle just from from the plist change? Will I have to rebuild the app? Will it only update when the .xcodeproj is rebuilt, and if

[Interest] Qt 5.6 high DPI scaling & resources

2016-02-18 Thread Maxim Bescherevnykh
In Qt Quick Controls 1 i can use an ldpi/mdpi/hdpi/etc. icon image depending on target screen DPI and icons looks perfect with proper size. Qt Quick Controls 2 designed to be used with Qt::AA_EnableHighDpiScaling at least on X11, Windows, Android, Eglfs. But i don't realise whats the right way to

Re: [Interest] C++/QML Sequence Type to JavaScript Array

2016-02-18 Thread Jason H
> MyData object filled with some data and exposed as context property to QML. > At QML i imported QtPositioning, so QGeoCoordinate refers to coordinate QML > basic type, but > console.log(myData.path) prints QVariant(QList) > console.log(myData.path) prints undefined > - there is no

[Interest] QtCon in Berlin 1st-4th September 2016

2016-02-18 Thread Kojo Tero
Hello Qt Contributors, Please mark your calendars for QtCon in Berlin 1st - 4th September. The venue will be the bcc in the center of Berlin. QtCon is not just this year's major Free and Open Source event in Europe for participants with an interest in Qt, but also a unique forum for talks and

[Interest] QDekstopWidget for an X display

2016-02-18 Thread Shiva sitamraju
Hi, I have an Xdisplay say :2 . I want to do display my qt widget on given X display. It should work similar to doing export DISPLAY=:2 and then run a application I know QDekstopWidget has screen function(). This is not what I want. I have a special case when I want to directly access X

[Interest] C++/QML Sequence Type to JavaScript Array

2016-02-18 Thread Максим Бесчеревных
In docs http://doc.qt.io/qt-5/qtqml-cppintegration-data.html mentioned: "Certain C++ sequence types are supported transparently in QML as JavaScript Array types. In particular, QML currently supports: QList QList QList QList and QStringList QList Other sequence types are not

[Interest] How to use QStyle::sizeFromContents on a QFrame - missing CT_Frame?

2016-02-18 Thread Tony Rietwyk
Hi Everybody, I have a QFrame derived widget that is styled by a global stylesheet that sets padding, border width, etc. When I know the size of the contents, what do I pass as ContentsType to get the adjusted size to use as minimumSizeHint? Using style()->sizeFromContents( CT_ToolButton,