added settingsdialog

This commit is contained in:
fourtf
2017-01-02 03:02:32 +01:00
parent a75cfa61f7
commit 4ccbc8d4e4
7 changed files with 206 additions and 14 deletions
+15
View File
@@ -0,0 +1,15 @@
#tabWidget {
background-color: #333;
}
SettingsDialogTab {
color: #FFF;
}
SettingsDialogTab:hover {
border: 1px solid grey;
}
QLabel {
color: white;
}