We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c77fb commit 893ee44Copy full SHA for 893ee44
main.cpp
@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
18
// When (un)docking windows, some widgets may get transformed into native
19
// widgets, causing painting glitches. Tell Qt that we prefer non-native.
20
QCoreApplication::setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
21
-
+ QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);
22
QCoreApplication::setOrganizationDomain("cmdrkotori.mpc-qt");
23
QApplication a(argc, argv);
24
a.setWindowIcon(QIcon(":/images/bitmaps/icon.png"));
0 commit comments