equal
deleted
inserted
replaced
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); |