Changeset 1459 in ntrip for trunk/BNC/bnctabledlg.h


Ignore:
Timestamp:
Jan 12, 2009, 8:32:03 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.h

    r1376 r1459  
    3232#include "bncconst.h"
    3333
     34  class bncCasterTableDlg : public QDialog {
     35  Q_OBJECT
     36
     37  public:
     38    bncCasterTableDlg(QWidget* parent);
     39    ~bncCasterTableDlg();
     40
     41  signals:
     42    void newCaster(QString* newCasterHost, QString* newCasterPort);
     43
     44  private slots:
     45    virtual void slotAcceptCasterTable();
     46    virtual void slotWhatsThisCasterTable();
     47
     48  private:
     49    QTableWidget* _casterTable;
     50};
     51
    3452class bncTableDlg : public QDialog {
    3553  Q_OBJECT
     
    5068    void slotSelectionChanged();
    5169    void slotWhatsThis();
     70    void slotCasterTable();
     71    void slotNewCaster(QString* newCasterHost, QString* newCasterPort);
    5272
    5373  private:
     
    6383    QPushButton* _buttonOK;
    6484    QPushButton* _buttonWhatsThis;
     85    QPushButton* _buttonCasterTable;
    6586
    6687    QTableWidget* _table;
Note: See TracChangeset for help on using the changeset viewer.