refs #392 XBus copy feature fine tuning

* New method: CFileUtils::copyRecursively()
* Copy the XBus directory to X-Plane plugins
This commit is contained in:
Michał Garapich
2015-10-29 22:56:17 +01:00
committed by Mathew Sutcliffe
parent 3781cf2095
commit 3dd86d4984
7 changed files with 85 additions and 14 deletions

View File

@@ -47,6 +47,14 @@ QDialog::separator:hover {
background: transparent;
}
QFileDialog #sidebar {
background: black;
}
QFileDialog QToolButton {
background: inherit;
}
/**
Required when dock widget is floating
1) background-image not working on QDockWidget, so I use direct children for that