src/config.h

changeset 25
256bb5c6b77f
parent 20
a5457405cc9b
child 30
6b82f6a3ad53
equal deleted inserted replaced
24:61e2752dd7cd 25:256bb5c6b77f
48 public slots: 48 public slots:
49 void addPath(); 49 void addPath();
50 void findPath(); 50 void findPath();
51 void delPath(); 51 void delPath();
52 void findZanBinary(); 52 void findZanBinary();
53 void editBinaries();
53 void buttonPressed (QAbstractButton* btn); 54 void buttonPressed (QAbstractButton* btn);
54 55
55 private: 56 private:
56 Ui_ConfigBox* ui; 57 Ui_ConfigBox* ui;
57 list<QLineEdit*> m_zanBinaries; 58 list<QLineEdit*> m_zanBinaries;
59 list<QWidget*> m_binaryLayoutWidgets;
58 QFormLayout* m_releaseLayout, 60 QFormLayout* m_releaseLayout,
59 * m_testLayout; 61 * m_testLayout;
60 62
61 void addVersion (const str& name, bool isRelease); 63 void addVersion (const str& name, bool isRelease);
62 }; 64 };

mercurial