QTfrontend/ui/widget/mapContainer.cpp
changeset 10521 844874dba527
parent 10480 43c6b9cfb569
child 10959 1225f42f61e2
equal deleted inserted replaced
10520:066a9aa50b75 10521:844874dba527
   231     //mapFeatureSize->setFixedWidth(259);
   231     //mapFeatureSize->setFixedWidth(259);
   232     mapFeatureSize->setValue(m_mapFeatureSize);
   232     mapFeatureSize->setValue(m_mapFeatureSize);
   233     mapFeatureSize->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
   233     mapFeatureSize->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
   234     bottomLeftLayout->addWidget(mapFeatureSize, 0);
   234     bottomLeftLayout->addWidget(mapFeatureSize, 0);
   235     connect(mapFeatureSize, SIGNAL(valueChanged(int)), this, SLOT(setFeatureSize(int)));
   235     connect(mapFeatureSize, SIGNAL(valueChanged(int)), this, SLOT(setFeatureSize(int)));
       
   236     m_childWidgets << mapFeatureSize;
   236 
   237 
   237     /* Mission description */
   238     /* Mission description */
   238 
   239 
   239     lblDesc = new QLabel();
   240     lblDesc = new QLabel();
   240     lblDesc->setWordWrap(true);
   241     lblDesc->setWordWrap(true);