Auto size android
Mobile and Embedded
3
Posts
2
Posters
1.0k
Views
1
Watching
-
wrote on 12 Apr 2014, 22:38 last edited by
How to make a QPushButton is android's largest auto or adjusted
-
wrote on 13 Apr 2014, 13:58 last edited by
You need to scale the button size like Android apps do. I think you mean that, right?
you can use the screen DPI value to scale your app in a device independent manner if you want that. e.g. with "QScreen::physicalDotsPerInch":http://qt-project.org/doc/qt-5/qscreen.html#physicalDotsPerInch-prop -
wrote on 14 Apr 2014, 07:03 last edited by
yes, Xander84
1/3