Ref T180, setup loading dialog

* UI adjustments, style sheet
* use connectOnce for QFileSystemModel::directoryLoaded
This commit is contained in:
Klaus Basan
2017-11-03 16:46:08 +01:00
parent ef56590d85
commit 88872f9f3a
4 changed files with 68 additions and 26 deletions

View File

@@ -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;
}