mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user