mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user