- Timestamp:
- Sep 13, 2013, 11:16:30 AM (11 years ago)
- Location:
- trunk/GnssCenter/monitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/monitor/monitor.cpp
r5447 r5449 42 42 t_monitor::t_monitor() : QMainWindow() { 43 43 44 _tabWidget = new QTabWidget(); 45 setCentralWidget(_tabWidget); 46 44 47 // World Plot 45 48 // ---------- 46 49 _plot = new t_worldPlot(); 47 setCentralWidget(_plot);50 _tabWidget->addTab(_plot, "Stations"); 48 51 49 52 // Tool Bar -
trunk/GnssCenter/monitor/monitor.h
r5447 r5449 30 30 private: 31 31 QMutex _mutex; 32 QTabWidget* _tabWidget; 32 33 t_worldPlot* _plot; 33 34 t_thriftClient* _thriftClient;
Note:
See TracChangeset
for help on using the changeset viewer.