-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.2.1
-
None
-
QtCreator for Android
When running on Android, QDialogs displayed in front of a QMainWindow does not look nice.
QDialog has no title bar
QDialog has no border
QDialog controls appear mixed with QMainWindow controls
See this post for example with a QInputDialog:
http://stackoverflow.com/questions/23042299/qinputdialog-doesnt-show-title-and-border-in-android-application
But any QDialog-based dialog has the same behaviour. Only QMessageBox works smartly (probably because they use native Android API, see QTBUG-37132)
QDialog paint function should probaly be customized for Android....