stifui/qt/inc/frmmain.h
changeset 35 98924d2efce9
parent 34 e0ec97ec3cc4
equal deleted inserted replaced
34:e0ec97ec3cc4 35:98924d2efce9
    94     IStfQtUIModel* model;
    94     IStfQtUIModel* model;
    95     DlgOutput* dlgOutput;
    95     DlgOutput* dlgOutput;
    96     UiSetting* uiSetting; 
    96     UiSetting* uiSetting; 
    97     bool layoutType;
    97     bool layoutType;
    98     QTreeWidgetItem* lastItemSelected;
    98     QTreeWidgetItem* lastItemSelected;
       
    99     QString currentFilter;
       
   100     QString currentFilterCaseSens;
    99 
   101 
   100 private: //UI Components
   102 private: //UI Components
   101     QWidget* centerWidget;
   103     QWidget* centerWidget;
   102     QGridLayout *mainLayout;
   104     QGridLayout *mainLayout;
   103     QGroupBox *groupBox;
   105     QGroupBox *groupBox;
   197 
   199 
   198 
   200 
   199 };
   201 };
   200 
   202 
   201 #endif // FrmMain_H
   203 #endif // FrmMain_H
       
   204 
       
   205 // End of File