stifui/qt/inc/frmmain.h
branchRCL_3
changeset 42 d40e813b23c0
parent 33 65b472535a0d
equal deleted inserted replaced
33:65b472535a0d 42:d40e813b23c0
    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