Playing around with dark themes, found one that works. TODO: Display
licenses.
This commit is contained in:
parent
263c65ac46
commit
5945969ab8
106 changed files with 9489 additions and 15 deletions
3
main.cpp
3
main.cpp
|
@ -3,7 +3,10 @@
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
//QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
//QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
QApplication a(argc, argv);
|
||||
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue