Changeset 5088 in ntrip for trunk/GnssCenter/inpedit/inpedit.h


Ignore:
Timestamp:
Apr 12, 2013, 12:10:55 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/inpedit/inpedit.h

    r5060 r5088  
    44#include <QtGui>
    55#include "plugininterface.h"
     6#include "tabwidget.h"
    67
    78namespace GnssCenter {
     
    1011class t_panel;
    1112
    12 class t_inpEdit : public QTabWidget {
     13class t_inpEdit : public QMainWindow {
    1314 public:
    1415  t_inpEdit();
    1516  ~t_inpEdit();
    16   void setInputFile(const QString&);
    17   virtual void setVisible(bool visible);
    1817 private:
    19   void readFile();
    20   QString                   _fileName;
    21   QMap<QString, t_keyword*> _keywords;
     18  t_tabWidget* _tabWidget;
    2219};
    2320
Note: See TracChangeset for help on using the changeset viewer.