Switch to unified view

a/GUI/prefs/confgui.h b/GUI/prefs/confgui.h
...
...
106
     * The object has to derive from QWidget */
106
     * The object has to derive from QWidget */
107
    int addForeignPanel(ConfPanelWIF* w, const QString& title);
107
    int addForeignPanel(ConfPanelWIF* w, const QString& title);
108
108
109
    /** Add parameter setter to specified tab */
109
    /** Add parameter setter to specified tab */
110
    ConfParamW *addParam(int tabindex, ParamType tp, 
110
    ConfParamW *addParam(int tabindex, ParamType tp, 
111
                      const QString& varname, const QString& label,
111
                         const QString& varname, const QString& label,
112
                      const QString& tooltip, int isdirorminval = 0, 
112
                         const QString& tooltip, int isdirorminval = 0, 
113
                      int maxval = 0, const QStringList* sl = 0);
113
                         int maxval = 0, const QStringList* sl = 0);
114
    bool enableLink(ConfParamW* boolw, ConfParamW* otherw, bool revert = false);
114
    bool enableLink(ConfParamW* boolw, ConfParamW* otherw, bool revert = false);
115
                                                
115
                                                
116
public slots:
116
public slots:
117
    void acceptChanges();
117
    void acceptChanges();
118
    void rejectChanges();
118
    void rejectChanges();