refs #304, reflect changes in components for GUI, GUI utility class to set main window position correctly

This commit is contained in:
Klaus Basan
2014-07-27 15:10:52 +02:00
parent e55bdd0857
commit 18fe626db7
8 changed files with 349 additions and 796 deletions

View File

@@ -1,5 +1,9 @@
/** http://qt-project.org/doc/qt-5.3/stylesheet-examples.html **/
#MainWindow {
background-color: darkslategray;
}
QWidget {
background-color: black;
}