Added settings for getting drop down filled and set list to hide folders.

Need to make a dirList setter plus get settings window to keep dirList for editing.
This commit is contained in:
Maxim Stewart
2017-05-30 21:37:17 -05:00
parent cdda1922fa
commit b089fcdaf6
3 changed files with 46 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ private:
void setAsset(QString);
void searchMeshFiles(QString path);
void openFile();
void open(QString);
void takeScreenShot();
void aboutTool();
@@ -50,4 +51,9 @@ public slots:
// signals
signals:
void loadFile(QString);
// private slots
private slots:
void on_fileListView_doubleClicked(const QModelIndex &index);
void on_dirDropDownList_currentTextChanged(const QString &arg1);
};