stifui/qt/inc/dlgsetting.h
branchRCL_3
changeset 42 d40e813b23c0
parent 14 404ad6c9bc20
--- a/stifui/qt/inc/dlgsetting.h	Mon Jun 21 15:41:16 2010 +0300
+++ b/stifui/qt/inc/dlgsetting.h	Thu Jul 15 18:39:46 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