forked from blue/squawk
experimenting with qml
This commit is contained in:
parent
38159eafeb
commit
4e6bd04b02
13 changed files with 176 additions and 69 deletions
5
main.cpp
5
main.cpp
|
@ -77,6 +77,11 @@ int main(int argc, char *argv[])
|
|||
|
||||
new Shared::Global(); //translates enums
|
||||
|
||||
// QtQuickControls2 Style
|
||||
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) {
|
||||
qputenv("QT_QUICK_CONTROLS_STYLE", "Material");
|
||||
}
|
||||
|
||||
Squawk w;
|
||||
w.show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue