refs 419, improved pilot client navigator

* added setting and allow to restore/save state
* allow to set margins
* fixed style sheet
* moved margin function to utility
This commit is contained in:
Klaus Basan
2016-06-22 18:50:52 +02:00
parent 635410857e
commit 47ae35a30a
11 changed files with 385 additions and 62 deletions

View File

@@ -94,6 +94,12 @@ namespace BlackGui
//! From a given widget try to find parent tab widget (where widget is embedded)
static QTabWidget *parentTabWidget(QWidget *widget, int maxLevels = 5);
//! Convert to string
static QString marginsToString(const QMargins &margins);
//! Convert from string
static QMargins stringToMargins(const QString &str);
private:
//! Constructor, use static methods only
CGuiUtility() {}