42 setCaption( actionMessage );
53 boldFont.setWeight(QFont::Bold);
62 QToolTip::add(
browseButton, tr(
"Browse to save destination") );
76 QToolTip::add(
themesList, tr(
"Select theme for saving album") );
78 QStringList list = localDir.entryList( QDir::Dirs );
79 bool itemsAdded =
false;
80 QStringList::Iterator file;
81 for ( file = list.begin(); file != list.end(); ++file )
83 if(localDir.exists( QString(*file) +
"/theme.xsl" ))
91 bool themeFound =
false;
102 if(!themeFound && itemsAdded )
123 QToolTip::add(
themeScreenPrev, tr(
"View previous theme screenshot") );
132 themeFeatures->setFrameStyle( Q3Frame::Panel | Q3Frame::Sunken );
154 QPixmap(QString(
IMAGE_PATH)+
"buttonIcons/save.png"),
157 saveButton->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
163 QPixmap(QString(
IMAGE_PATH)+
"buttonIcons/button_cancel.png"),
167 cancelButton->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
177 mainGrid =
new Q3GridLayout(
this, 3, 2, 0);
191 setFixedSize(size());