Changeset 989 in ntrip for trunk/BNC/bncwindow.h


Ignore:
Timestamp:
Jul 28, 2008, 5:39:36 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r967 r989  
    4040};
    4141
     42  class bncFlowchartDlg : public QDialog {
     43  Q_OBJECT
     44
     45  public:
     46    bncFlowchartDlg(QWidget* parent);
     47    ~bncFlowchartDlg();
     48};
     49
    4250  class bncWindow : public QMainWindow {
    4351  Q_OBJECT
     
    5563    void slotHelp();
    5664    void slotAbout();
     65    void slotFlowchart();
    5766    void slotFontSel();
    5867    void slotSaveOptions();
     
    7584    QAction*   _actHelp;
    7685    QAction*   _actAbout;
     86    QAction*   _actFlowchart;
    7787    QAction*   _actFontSel;
    7888    QAction*   _actSaveOpt;
Note: See TracChangeset for help on using the changeset viewer.