diff -r d8e625c87f33 -r e7a04a6385be stifui/qt/inc/dlgsetting.h --- a/stifui/qt/inc/dlgsetting.h Thu Jun 17 15:34:52 2010 +0300 +++ b/stifui/qt/inc/dlgsetting.h Thu Jun 24 14:55:55 2010 +0300 @@ -25,6 +25,8 @@ class QGridLayout; class QCheckBox; class QPushButton; +class QLabel; +class QLineEdit; QT_END_NAMESPACE class DlgSetting : public QDialog { @@ -40,6 +42,9 @@ QPushButton* btnOk; QPushButton* btnCancel; QCheckBox* chkShowoutput; + QLabel* lblFilter; + QLineEdit* ledFilter; + QCheckBox* chkFilterCaseSens; private slots: void on_btnOk_clicked(); @@ -51,3 +56,5 @@ }; #endif /* DLGSETTING_H_ */ + +// End of File