Changeset 998 in ntrip for trunk/BNS/bnswindow.h


Ignore:
Timestamp:
Jul 29, 2008, 11:15:18 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.h

    r981 r998  
    1212  bnsAboutDlg(QWidget* parent);
    1313  ~bnsAboutDlg();
     14};
     15
     16class bnsFlowchartDlg : public QDialog {
     17 Q_OBJECT
     18
     19 public:
     20  bnsFlowchartDlg(QWidget* parent);
     21  ~bnsFlowchartDlg();
    1422};
    1523
     
    2836  void slotHelp();
    2937  void slotAbout();
     38  void slotFlowchart();
    3039  void slotFontSel();
    3140  void slotSaveOptions();
     
    4756  QAction*   _actHelp;
    4857  QAction*   _actAbout;
     58  QAction*   _actFlowchart;
    4959  QAction*   _actFontSel;
    5060  QAction*   _actSaveOpt;
Note: See TracChangeset for help on using the changeset viewer.