mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #392 XBus copy feature fine tuning
* New method: CFileUtils::copyRecursively() * Copy the XBus directory to X-Plane plugins
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3781cf2095
commit
3dd86d4984
@@ -17,6 +17,9 @@
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
/**
|
||||
* Base class for plugin config window.
|
||||
*/
|
||||
class BLACKGUI_EXPORT CPluginConfigWindow : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user