|
a/src/qtgui/confgui/confguiindex.h |
|
b/src/qtgui/confgui/confguiindex.h |
|
... |
|
... |
73 |
* A panel for the parameters that can be changed in subdirectories:
|
73 |
* A panel for the parameters that can be changed in subdirectories:
|
74 |
*/
|
74 |
*/
|
75 |
class ConfSubPanelW : public QWidget {
|
75 |
class ConfSubPanelW : public QWidget {
|
76 |
Q_OBJECT
|
76 |
Q_OBJECT
|
77 |
public:
|
77 |
public:
|
78 |
ConfSubPanelW(QWidget *parent, ConfNull *config);
|
78 |
ConfSubPanelW(QWidget *parent, ConfNull *config, RclConfig *rclconf);
|
79 |
|
79 |
|
80 |
private slots:
|
80 |
private slots:
|
81 |
void subDirChanged(QListWidgetItem *, QListWidgetItem *);
|
81 |
void subDirChanged(QListWidgetItem *, QListWidgetItem *);
|
82 |
void subDirDeleted(QString);
|
82 |
void subDirDeleted(QString);
|
83 |
void restoreEmpty();
|
83 |
void restoreEmpty();
|