Changing size of checkbox
-
wrote on 23 Aug 2019, 14:21 last edited by
Hi,
how can I change the size of the rectangle of the checkbox? With the height property I can only change the height of the textfield. I want to create an application for linux and android which have to manage the different screen resolutions. On the android version, the size of the square is relative big to the text.
Thank you for your help
BR
martin -
Hi,
how can I change the size of the rectangle of the checkbox? With the height property I can only change the height of the textfield. I want to create an application for linux and android which have to manage the different screen resolutions. On the android version, the size of the square is relative big to the text.
Thank you for your help
BR
martinwrote on 23 Aug 2019, 18:29 last edited by@msauer75 You shouldn't need to do that, checkboxes look fine on Android. But if you must:
https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-checkbox
1/2