Changeset 117 in tspsg-svn for trunk/src/settingsdialog.cpp
- Timestamp:
- May 2, 2010, 12:51:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/settingsdialog.cpp
r116 r117 35 35 setupUi(this); 36 36 37 buttonBox->button(QDialogButtonBox::Save)->setIcon(QIcon(":/images/icons/ button_ok.png"));37 buttonBox->button(QDialogButtonBox::Save)->setIcon(QIcon(":/images/icons/dialog-ok.png")); 38 38 buttonBox->button(QDialogButtonBox::Save)->setStatusTip(tr("Save new preferences")); 39 39 buttonBox->button(QDialogButtonBox::Save)->setCursor(QCursor(Qt::PointingHandCursor)); 40 buttonBox->button(QDialogButtonBox::Cancel)->setIcon(QIcon(":/images/icons/ button_cancel.png"));40 buttonBox->button(QDialogButtonBox::Cancel)->setIcon(QIcon(":/images/icons/dialog-cancel.png")); 41 41 buttonBox->button(QDialogButtonBox::Cancel)->setStatusTip(tr("Close without saving preferences")); 42 42 buttonBox->button(QDialogButtonBox::Cancel)->setCursor(QCursor(Qt::PointingHandCursor)); … … 108 108 imgIcon->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Expanding); 109 109 imgIcon->setFrameShape(QFrame::NoFrame); 110 imgIcon->setPixmap(QPixmap(":/images/icons/preferences _system.png"));110 imgIcon->setPixmap(QPixmap(":/images/icons/preferences-system.png")); 111 111 imgIcon->setStyleSheet("background-color: #0080C0; padding-top: 11px;"); 112 112 imgIcon->setAlignment(Qt::AlignTop | Qt::AlignHCenter);
Note: See TracChangeset
for help on using the changeset viewer.