refs #693, GUI dialog when application closes

This commit is contained in:
Klaus Basan
2016-06-29 22:46:53 +02:00
parent 744c7235e6
commit 6650f18e57
5 changed files with 224 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <QPoint>
#include <QString>
#include <QWidgetList>
#include <QModelIndexList>
class QCheckBox;
class QComboBox;
@@ -100,6 +101,9 @@ namespace BlackGui
//! Convert from string
static QMargins stringToMargins(const QString &str);
//! Only the row part and unique (so no rows is twice in the list)
static QList<int> indexToUniqueRows(const QModelIndexList &indexes);
private:
//! Constructor, use static methods only
CGuiUtility() {}