refs #212, flightplan GUI

* similar to http://www.vatsim.net/fp/
* own form, own widget class as a trial to further modularize GUI components
* removed all view models (now encapsulated)
* tweaked style sheet
This commit is contained in:
Klaus Basan
2014-04-21 17:40:01 +02:00
parent c7ae163002
commit f967ed40ba
15 changed files with 408 additions and 126 deletions

View File

@@ -145,8 +145,14 @@ QGroupBox {
border: 1px solid green;
}
QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top center; /* position at the top center */
padding: 0 3px;
}
QToolBox {
border: none;
border: none;
}
QToolBox::tab {
@@ -196,8 +202,8 @@ QMenu::item {
}
QMenu::item:selected {
border-color: darkblue;
background: black;
border-color: darkblue;
background: black;
}
QMenu::indicator {