|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
# Form implementation generated from reading ui file 'mainwindow.ui'
|
|
|
#
|
|
|
-# Created: Wed May 27 17:12:49 2015
|
|
|
+# Created: Thu May 28 09:52:52 2015
|
|
|
# by: PyQt4 UI code generator 4.10.4
|
|
|
#
|
|
|
# WARNING! All changes made in this file will be lost!
|
|
|
@@ -638,6 +638,9 @@ class Ui_principal(object):
|
|
|
self.cp_editerDecor = QtGui.QPushButton(self.cp_afficherDecors)
|
|
|
self.cp_editerDecor.setObjectName(_fromUtf8("cp_editerDecor"))
|
|
|
self.verticalLayout_7.addWidget(self.cp_editerDecor)
|
|
|
+ self.cp_supprimerPion = QtGui.QPushButton(self.cp_afficherDecors)
|
|
|
+ self.cp_supprimerPion.setObjectName(_fromUtf8("cp_supprimerPion"))
|
|
|
+ self.verticalLayout_7.addWidget(self.cp_supprimerPion)
|
|
|
icon20 = QtGui.QIcon()
|
|
|
icon20.addPixmap(QtGui.QPixmap(_fromUtf8("img/decor.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
|
|
self.cp_ongletsListes.addTab(self.cp_afficherDecors, icon20, _fromUtf8(""))
|
|
|
@@ -1445,6 +1448,7 @@ class Ui_principal(object):
|
|
|
item.setText(_translate("principal", "Decor", None))
|
|
|
self.cp_nouveauDecor.setText(_translate("principal", "Nouveau", None))
|
|
|
self.cp_editerDecor.setText(_translate("principal", "Editer", None))
|
|
|
+ self.cp_supprimerPion.setText(_translate("principal", "Suppr", None))
|
|
|
self.cp_ongletsListes.setTabToolTip(self.cp_ongletsListes.indexOf(self.cp_afficherDecors), _translate("principal", "Afficher la liste des décors", None))
|
|
|
item = self.cp_listeCreatures.horizontalHeaderItem(0)
|
|
|
item.setText(_translate("principal", "code", None))
|