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 }; |