refs #887, stub for copy config (cache/settings) UI

This commit is contained in:
Klaus Basan
2017-02-21 00:16:32 +01:00
parent ca77310ac4
commit c3830d3efb
5 changed files with 179 additions and 5 deletions

View File

@@ -68,6 +68,12 @@ QDialog::separator:hover {
background: transparent;
}
/* selector QWizard not working, so using individual components */
BlackGui--Components--CCopyConfigurationComponent {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
QFileDialog #sidebar {
background: black;
}