Changeset 5061 in ntrip for trunk/GnssCenter/main/mainwin.cpp


Ignore:
Timestamp:
Mar 28, 2013, 7:56:06 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/main/mainwin.cpp

    r5059 r5061  
    133133////////////////////////////////////////////////////////////////////////////
    134134void t_mainWin::slotStartPlugin() {
    135   qDebug() << "slotStartPlugin" << sender();
    136135  t_pluginAction* action = dynamic_cast<t_pluginAction*>(sender());
    137   qDebug() << "Action" << action;
    138136  QWidget* widget = action->_factIface->create();
     137  widget->setMinimumSize(500, 300);
    139138  QMdiSubWindow* subWindow = _mdi->addSubWindow((QWidget*) widget);
    140139  subWindow->show();
Note: See TracChangeset for help on using the changeset viewer.