mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Ref T180, setup loading dialog
* UI adjustments, style sheet * use connectOnce for QFileSystemModel::directoryLoaded
This commit is contained in:
@@ -77,6 +77,20 @@ BlackGui--Components--CCopyConfigurationComponent {
|
||||
}
|
||||
*/
|
||||
|
||||
/* setup load dialog */
|
||||
BlackGui--Components--CSetupLoadingDialog {
|
||||
background: black; /* background is background color here */
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
/* setup load dialog details frame */
|
||||
/*
|
||||
BlackGui--Components--CSetupLoadingDialog #fr_Details {
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
background-color: darkslategray;
|
||||
}
|
||||
*/
|
||||
|
||||
QFileDialog #sidebar {
|
||||
background: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user