Switch to unified view
a/src/qtgui/searchclause_w.h | b/src/qtgui/searchclause_w.h | ||
---|---|---|---|
... |
... |
||
35 | 35 | ||
36 | public: |
36 | public: |
37 | SearchClauseW(QWidget* parent = 0); |
37 | SearchClauseW(QWidget* parent = 0); |
38 | ~SearchClauseW(); |
38 | ~SearchClauseW(); |
39 | Rcl::SearchDataClause *getClause(); |
39 | Rcl::SearchDataClause *getClause(); |
40 | void setFromClause(Rcl::SearchDataClauseSimple *cl); |
||
41 | void clear(); |
||
40 | 42 | ||
41 | QComboBox* sTpCMB; |
43 | QComboBox* sTpCMB; |
42 | QComboBox* fldCMB; |
44 | QComboBox* fldCMB; |
43 | QSpinBox* proxSlackSB; |
45 | QSpinBox* proxSlackSB; |
44 | QLineEdit* wordsLE; |
46 | QLineEdit* wordsLE; |