Remplacement des principales icones par des icones provenant du theme Oxygen.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@603 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-04-28 14:11:31 +00:00
parent b666e37c2d
commit f683d778ff
122 changed files with 214 additions and 208 deletions

View File

@@ -26,8 +26,8 @@ OrientationSetWidget::OrientationSetWidget(QWidget *parent) : QWidget(parent) {
default_radios = new QButtonGroup(this);
#define MK_COMBO_BOX(a) a##_orientation = new QComboBox();\
a##_orientation -> addItem(QIcon(":/ico/allowed.png"), tr("Possible"), "y");\
a##_orientation -> addItem(QIcon(":/ico/forbidden.png"),tr("Impossible"), "n");\
a##_orientation -> addItem(QIcon(":/ico/user-online.png"), tr("Possible"), "y");\
a##_orientation -> addItem(QIcon(":/ico/user-busy.png"),tr("Impossible"), "n");\
connect(a##_orientation, SIGNAL(activated(int)), this, SLOT(updateOrientationSet()));\
a##_default = new QRadioButton();