QTfrontend/ui/widget/mapContainer.cpp
changeset 11869 bff919afc63f
parent 11816 f9a4f4d11c3a
child 11915 245163aa3674
equal deleted inserted replaced
11868:35208f442daf 11869:bff919afc63f
   260     btnRandTheme->setIcon(lp);
   260     btnRandTheme->setIcon(lp);
   261     btnRandTheme->setIconSize(QSize(24, 24));
   261     btnRandTheme->setIconSize(QSize(24, 24));
   262     btnRandTheme->setFixedHeight(30);
   262     btnRandTheme->setFixedHeight(30);
   263     btnRandTheme->setFixedWidth(30);
   263     btnRandTheme->setFixedWidth(30);
   264     connect(btnRandTheme, SIGNAL(clicked()), this, SLOT(setRandomTheme()));
   264     connect(btnRandTheme, SIGNAL(clicked()), this, SLOT(setRandomTheme()));
   265     m_childWidgets << btnTheme;
   265     m_childWidgets << btnRandTheme;
   266     themeHBox->addWidget(btnRandTheme, 0);
   266     themeHBox->addWidget(btnRandTheme, 0);
   267 
   267 
   268     btnTheme = new QPushButton(this);
   268     btnTheme = new QPushButton(this);
   269     btnTheme->setWhatsThis(tr("Choose a theme"));
   269     btnTheme->setWhatsThis(tr("Choose a theme"));
   270     btnTheme->setFlat(true);
   270     btnTheme->setFlat(true);