Added default column show settings

This commit is contained in:
Jordan Sherer
2018-11-03 01:59:21 -04:00
parent ccd380356a
commit cc6a719f6d
2 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ private slots:
void on_qthMacroButton_clicked();
void on_qtcMacroButton_clicked();
void setShowColumn(QString tableKey, QString columnKey, bool value);
bool showColumn(QString tableKey, QString columnKey);
bool showColumn(QString tableKey, QString columnKey, bool default_=true);
void buildShowColumnsMenu(QMenu *menu, QString tableKey);
void setSortBy(QString key, QString value);
QString getSortBy(QString key, QString defaultValue);