13 #include "app_config.h"
18 #include <QGridLayout>
19 #include <QPushButton>
20 #include <QTreeWidget>
21 #include <QAbstractItemView>
22 #include <QModelIndex>
30 #define ST_ROOT "<root>" // in linux system - at the 'root'
31 #define ST_DRIVES "<drives>" // in windows system - at the 'root' with active DRIVES listed
39 void init(QString title = QString(), QString prev = QString());
47 void set_file(QString);
52 void on_tree_selection_changed();
53 void on_tree_double_clicked(QModelIndex);
54 void on_name_change(QString);
55 void on_path_change(QString);
61 QGridLayout *mainLayout;
68 QTreeWidget *treeWidget;
69 QPushButton *cancelButton;
70 QPushButton *okButton;
Definition: dirDialog.h:33