Ignore:
Timestamp:
Mar 3, 2010, 6:02:20 PM (15 years ago)
Author:
garnier
Message:

otpimisations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/include/G4UIQt.hh

    r1237 r1239  
    185185  QWidget* fVisParametersTBWidget;
    186186  QWidget* fViewComponentsTBWidget;
    187   QLineEdit* helpLine;
     187  QLineEdit* fHelpLine;
    188188  G4QTabWidget* fTabWidget;
    189189  QString fCoutText;
     190  QLabel *fEmptyViewerTabLabel;
     191  QSplitter * fMyVSplitter;
    190192
    191193private slots :
     
    202204  void ResizeTabWidget( QResizeEvent* );
    203205  void CoutFilterCallback(const QString&);
     206  void TabCloseCallback(int);
     207  void CurrentChangedCallback(int);
    204208};
    205209
Note: See TracChangeset for help on using the changeset viewer.