mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #454 Improve hotkey settings component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6644c73703
commit
5a82e2e6bf
@@ -29,6 +29,24 @@ QMainWindow::separator:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/** Main window **/
|
||||
QDialog {
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
background-color: darkslategray;
|
||||
}
|
||||
|
||||
/** separator between info areas and rest **/
|
||||
/** this hides them **/
|
||||
QDialog::separator {
|
||||
background: transparent;
|
||||
width: 0px; /* when vertical */
|
||||
height: 0px; /* when horizontal */
|
||||
}
|
||||
|
||||
QDialog::separator:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
Required when dock widget is floating
|
||||
1) background-image not working on QDockWidget, so I use direct children for that
|
||||
|
||||
@@ -139,3 +139,15 @@ QAbstractScrollArea #pg_StatusPageCons ole { background-color: black; }
|
||||
padding: 3px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#gb_hotkey {
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
#gb_action {
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
#gb_machine {
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user