Changeset 5061 in ntrip
- Timestamp:
- Mar 28, 2013, 7:56:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/main/mainwin.cpp
r5059 r5061 133 133 //////////////////////////////////////////////////////////////////////////// 134 134 void t_mainWin::slotStartPlugin() { 135 qDebug() << "slotStartPlugin" << sender();136 135 t_pluginAction* action = dynamic_cast<t_pluginAction*>(sender()); 137 qDebug() << "Action" << action;138 136 QWidget* widget = action->_factIface->create(); 137 widget->setMinimumSize(500, 300); 139 138 QMdiSubWindow* subWindow = _mdi->addSubWindow((QWidget*) widget); 140 139 subWindow->show();
Note:
See TracChangeset
for help on using the changeset viewer.