Switch to unified view
a/src/qtgui/searchclause_w.h | b/src/qtgui/searchclause_w.h | ||
---|---|---|---|
... |
... |
||
37 | SearchClauseW(QWidget* parent = 0); |
37 | SearchClauseW(QWidget* parent = 0); |
38 | ~SearchClauseW(); |
38 | ~SearchClauseW(); |
39 | Rcl::SearchDataClause *getClause(); |
39 | Rcl::SearchDataClause *getClause(); |
40 | 40 | ||
41 | QComboBox* sTpCMB; |
41 | QComboBox* sTpCMB; |
42 | QComboBox* fldCMB; |
||
42 | QSpinBox* proxSlackSB; |
43 | QSpinBox* proxSlackSB;
|
43 | QLineEdit* wordsLE; |
44 | QLineEdit* wordsLE; |
44 | 45 | ||
45 | public slots: |
46 | public slots: |
46 | virtual void tpChange(int); |
47 | virtual void tpChange(int); |
47 | protected slots: |
48 | protected slots: |