| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>editionCombattant</class>
- <widget class="QDialog" name="editionCombattant">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>712</width>
- <height>559</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="affichageCouleurCombattant">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>50</y>
- <width>51</width>
- <height>21</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::Box</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Sunken</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_11">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>120</y>
- <width>141</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Image (.png, .jpg) : ...img\</string>
- </property>
- </widget>
- <widget class="QPushButton" name="annulerCombattant">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>520</y>
- <width>81</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Annuler</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>20</y>
- <width>46</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Id : </string>
- </property>
- </widget>
- <widget class="QLineEdit" name="imgLogoCombattant">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>90</y>
- <width>191</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QDoubleSpinBox" name="hauteurCombattant">
- <property name="geometry">
- <rect>
- <x>560</x>
- <y>50</y>
- <width>41</width>
- <height>22</height>
- </rect>
- </property>
- <property name="prefix">
- <string/>
- </property>
- <property name="decimals">
- <number>0</number>
- </property>
- <property name="minimum">
- <double>1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>50.000000000000000</double>
- </property>
- <property name="singleStep">
- <double>1.000000000000000</double>
- </property>
- <property name="value">
- <double>1.000000000000000</double>
- </property>
- </widget>
- <widget class="QLabel" name="label_10">
- <property name="geometry">
- <rect>
- <x>470</x>
- <y>50</y>
- <width>81</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Taille (en cases) : </string>
- </property>
- </widget>
- <widget class="QCheckBox" name="volCombattant">
- <property name="geometry">
- <rect>
- <x>560</x>
- <y>90</y>
- <width>61</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Vole</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="idCombattant">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>52</x>
- <y>20</y>
- <width>31</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="nomCombattant">
- <property name="geometry">
- <rect>
- <x>122</x>
- <y>20</y>
- <width>281</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QDoubleSpinBox" name="deplacementCombattant">
- <property name="geometry">
- <rect>
- <x>560</x>
- <y>20</y>
- <width>41</width>
- <height>22</height>
- </rect>
- </property>
- <property name="prefix">
- <string/>
- </property>
- <property name="decimals">
- <number>0</number>
- </property>
- <property name="singleStep">
- <double>1.000000000000000</double>
- </property>
- <property name="value">
- <double>1.000000000000000</double>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>90</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>...img\</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>90</y>
- <width>141</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Logo (.png, .jpg) : </string>
- </property>
- </widget>
- <widget class="QPushButton" name="enregistrerCombattant">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>520</y>
- <width>101</width>
- <height>23</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Enregistrer</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="imgTextureCombattant">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>120</y>
- <width>191</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>20</y>
- <width>46</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Nom : </string>
- </property>
- </widget>
- <widget class="QPushButton" name="couleurCombattant">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Couleur</string>
- </property>
- </widget>
- <widget class="QPushButton" name="supprimerCombattant">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>520</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Supprimer</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>20</y>
- <width>81</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Déplacement : </string>
- </property>
- </widget>
- <widget class="QTabWidget" name="ongletsCreation">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>160</y>
- <width>681</width>
- <height>351</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="tabForme">
- <attribute name="title">
- <string>Forme et apparence</string>
- </attribute>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>20</y>
- <width>171</width>
- <height>291</height>
- </rect>
- </property>
- <property name="title">
- <string>Texte</string>
- </property>
- <widget class="QCheckBox" name="txtAfficherCombattant">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>10</y>
- <width>21</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QSlider" name="txtPosYCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>180</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>-1000</number>
- </property>
- <property name="maximum">
- <number>1000</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_17">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Taille de la police</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_19">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>120</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Position (X)</string>
- </property>
- </widget>
- <widget class="QSlider" name="txtTaillePoliceCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>8</number>
- </property>
- <property name="maximum">
- <number>99</number>
- </property>
- <property name="value">
- <number>20</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QSlider" name="txtRotationCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>-180</number>
- </property>
- <property name="maximum">
- <number>180</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_20">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Rotation</string>
- </property>
- </widget>
- <widget class="QSlider" name="txtPosXCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>-800</number>
- </property>
- <property name="maximum">
- <number>800</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_21">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>160</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Position (Y)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="txtReinitCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>260</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Ré-initialiser</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="txtGrasCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>210</y>
- <width>41</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Gras</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>20</y>
- <width>171</width>
- <height>291</height>
- </rect>
- </property>
- <property name="title">
- <string>Image</string>
- </property>
- <widget class="QCheckBox" name="imgAfficherCombattant">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>10</y>
- <width>21</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QSlider" name="imgPosYCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>200</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>-400</number>
- </property>
- <property name="maximum">
- <number>400</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_12">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Taille (X)</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_13">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>100</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Taille (Y)</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_14">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Position (X)</string>
- </property>
- </widget>
- <widget class="QSlider" name="imgTailleXCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>0</number>
- </property>
- <property name="value">
- <number>10</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QSlider" name="imgRotationCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>-180</number>
- </property>
- <property name="maximum">
- <number>180</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_16">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Rotation</string>
- </property>
- </widget>
- <widget class="QSlider" name="imgPosXCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>160</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>-400</number>
- </property>
- <property name="maximum">
- <number>400</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_15">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>180</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Position (Y)</string>
- </property>
- </widget>
- <widget class="QSlider" name="imgTailleYCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>120</y>
- <width>141</width>
- <height>19</height>
- </rect>
- </property>
- <property name="minimum">
- <number>0</number>
- </property>
- <property name="value">
- <number>10</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="imgReinitCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>260</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Ré-initialiser</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="imgPivoteCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>220</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Image pivote</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="imgMasqueCombattant">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>240</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Masque auto.</string>
- </property>
- </widget>
- </widget>
- <widget class="QGraphicsView" name="vueForme">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>281</width>
- <height>291</height>
- </rect>
- </property>
- <property name="renderHints">
- <set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing</set>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tabAttributs">
- <attribute name="title">
- <string>Attributs et inventaire</string>
- </attribute>
- <widget class="QTableWidget" name="listeAttributs">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>191</width>
- <height>261</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="150">
- <red>255</red>
- <green>255</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="150">
- <red>255</red>
- <green>255</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </inactive>
- <disabled>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="frameShape">
- <enum>QFrame::WinPanel</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::AllEditTriggers</set>
- </property>
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::NoSelection</enum>
- </property>
- <property name="showGrid">
- <bool>true</bool>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>50</number>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string>Nouvelle colonne</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Valeur</string>
- </property>
- </column>
- </widget>
- <widget class="QLabel" name="label_18">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>2</y>
- <width>221</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Attributs / caractéristiques : </string>
- </property>
- </widget>
- <widget class="QTableWidget" name="listeInventaireCombattant">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>30</y>
- <width>291</width>
- <height>131</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="150">
- <red>255</red>
- <green>255</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="150">
- <red>255</red>
- <green>255</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </inactive>
- <disabled>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>240</red>
- <green>240</green>
- <blue>240</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="frameShape">
- <enum>QFrame::WinPanel</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::AllEditTriggers</set>
- </property>
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::NoSelection</enum>
- </property>
- <property name="showGrid">
- <bool>true</bool>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>50</number>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string>nombre</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>objet</string>
- </property>
- </column>
- </widget>
- <widget class="QLabel" name="label_22">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>10</y>
- <width>221</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Inventaire de base :</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="notesCombattant">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>200</y>
- <width>291</width>
- <height>91</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_23">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>180</y>
- <width>46</width>
- <height>13</height>
- </rect>
- </property>
- <property name="text">
- <string>Notes :</string>
- </property>
- </widget>
- <widget class="QToolButton" name="ajouterInventaireCombattant">
- <property name="geometry">
- <rect>
- <x>470</x>
- <y>10</y>
- <width>21</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>img/plus.png</normaloff>img/plus.png</iconset>
- </property>
- </widget>
- <widget class="QToolButton" name="supprimerInventaireCombattant">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>10</y>
- <width>21</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>img/gomme.png</normaloff>img/gomme.png</iconset>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tabAttaques">
- <attribute name="title">
- <string>Attaques</string>
- </attribute>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|