mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #391, allow to send aircraft parts from GUI
* GUI component for aircraft parts * remote aircraft selector component * Adjusted GUI for internals component * Enable / disable debug messages from GUI * Allow to init engines directly * Removed unused async sort in sequence In same step fixed found issues in interpolator * allow to set max rendered aircraft
This commit is contained in:
@@ -221,6 +221,27 @@ QTabBar QToolButton { /* the scroll buttons are tool buttons */
|
||||
border: 1px solid green;
|
||||
}
|
||||
|
||||
QSplitter::handle {
|
||||
background-color: rgba(0, 0, 255, 200);
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
QSplitter::handle:pressed {
|
||||
background-color: rgba(0, 255, 255, 255);
|
||||
}
|
||||
|
||||
/**
|
||||
QSplitter::handle:horizontal {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
QSplitter::handle:vertical {
|
||||
height: 1px;
|
||||
}
|
||||
**/
|
||||
|
||||
QLabel {
|
||||
background: transparent;
|
||||
}
|
||||
@@ -258,13 +279,14 @@ QPlainTextEdit {
|
||||
|
||||
QGroupBox {
|
||||
border: 1px solid green;
|
||||
margin-top: 2ex; /* leave space at the top for the title */
|
||||
margin-top: 2.5ex; /* leave space at the top for the title */
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
QGroupBox::title {
|
||||
subcontrol-origin: margin;
|
||||
subcontrol-position: middle center; /* position at the top center */
|
||||
padding: 0 3px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
Reference in New Issue
Block a user