-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.9.1
-
None
-
Android 7.0 on Samsung Galaxy S7 and
I've gtt a problem with the TableView Example.
If I add QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); in main.cpp (In my App I'm using the gallery.qml and main.cpp from the Gallery example)
int main(int argc, char *argv[]) { //--> QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QtQuickControlsApplication app(argc, argv); if (QCoreApplication::arguments().contains(QLatin1String("--coreprofile"))) { QSurfaceFormat fmt; fmt.setVersion(4, 4); fmt.setProfile(QSurfaceFormat::CoreProfile); QSurfaceFormat::setDefaultFormat(fmt); }
The size of the text ist very big (See Screenshots). On Windows everything is fine.