Implemented qtreeviewwidget instead of a list

This commit is contained in:
2017-06-18 09:32:19 -05:00
parent 3f2713bd16
commit 2d34492517
4 changed files with 615 additions and 605 deletions

View File

@@ -26,7 +26,6 @@ private:
FileInfoWindow* m_infoWindow;
QStringList m_filters;
QStringList m_Paths;
// functions
private:
@@ -52,6 +51,6 @@ signals:
// private slots
private slots:
void on_fileListWidget_doubleClicked(const QModelIndex &index);
void on_fileTreeWidget_doubleClicked();
void on_dirDropDownList_currentTextChanged(const QString &arg1);
};