| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>creationPlateau</class>
- <widget class="QDialog" name="creationPlateau">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>631</width>
- <height>323</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Chapitre : </string>
- </property>
- </widget>
- <widget class="QCheckBox" name="toutAfficherPlateau">
- <property name="geometry">
- <rect>
- <x>549</x>
- <y>21</y>
- <width>16</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QTableWidget" name="listPlateau">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>50</y>
- <width>311</width>
- <height>191</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::WinPanel</enum>
- </property>
- <property name="selectionBehavior">
- <enum>QAbstractItemView::SelectRows</enum>
- </property>
- <property name="showGrid">
- <bool>true</bool>
- </property>
- <property name="gridStyle">
- <enum>Qt::SolidLine</enum>
- </property>
- <property name="cornerButtonEnabled">
- <bool>true</bool>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>true</bool>
- </attribute>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>80</number>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="verticalHeaderDefaultSectionSize">
- <number>24</number>
- </attribute>
- <column>
- <property name="text">
- <string>index</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Chapitre</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Nom</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Creation</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Sauvegarde</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Public</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>tri</string>
- </property>
- </column>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>20</y>
- <width>181</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Charger un plateau du chapitre:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>210</y>
- <width>141</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Couleur initiale des cases : </string>
- </property>
- </widget>
- <widget class="QLineEdit" name="nomPlateau">
- <property name="geometry">
- <rect>
- <x>62</x>
- <y>50</y>
- <width>191</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QSpinBox" name="hauteurPlateau">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>170</y>
- <width>51</width>
- <height>22</height>
- </rect>
- </property>
- <property name="minimum">
- <number>5</number>
- </property>
- <property name="maximum">
- <number>300</number>
- </property>
- <property name="singleStep">
- <number>1</number>
- </property>
- <property name="value">
- <number>25</number>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>110</y>
- <width>241</width>
- <height>51</height>
- </rect>
- </property>
- <property name="title">
- <string>Forme des cases</string>
- </property>
- <widget class="QRadioButton" name="formeCase_hexagone">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>82</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Hexagones</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QRadioButton" name="formeCase_carres">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>20</y>
- <width>82</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Carrés</string>
- </property>
- </widget>
- </widget>
- <widget class="QSpinBox" name="chapitreChargementPlateau">
- <property name="geometry">
- <rect>
- <x>470</x>
- <y>20</y>
- <width>41</width>
- <height>22</height>
- </rect>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- </widget>
- <widget class="QPushButton" name="supprimerPlateau">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>240</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Supprimer</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>20</y>
- <width>181</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Créer un nouveau plateau</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>46</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Nom : </string>
- </property>
- </widget>
- <widget class="QSpinBox" name="largeurPlateau">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>170</y>
- <width>51</width>
- <height>22</height>
- </rect>
- </property>
- <property name="minimum">
- <number>5</number>
- </property>
- <property name="maximum">
- <number>300</number>
- </property>
- <property name="singleStep">
- <number>1</number>
- </property>
- <property name="value">
- <number>50</number>
- </property>
- </widget>
- <widget class="QPushButton" name="selectionCouleur">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>210</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Modifier</string>
- </property>
- </widget>
- <widget class="QPushButton" name="chargerPlateau">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>240</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Charger ce plateau</string>
- </property>
- </widget>
- <widget class="QPushButton" name="creerPlateau">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>240</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Creer un nouveau plateau</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>170</y>
- <width>46</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Hauteur</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>170</y>
- <width>46</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Largeur</string>
- </property>
- </widget>
- <widget class="QSpinBox" name="chapitrePlateau">
- <property name="geometry">
- <rect>
- <x>71</x>
- <y>80</y>
- <width>41</width>
- <height>22</height>
- </rect>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- </widget>
- <widget class="QLabel" name="couleurCasesPlateau">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>210</y>
- <width>31</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_8">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>0</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <italic>true</italic>
- </font>
- </property>
- <property name="text">
- <string>Tout afficher:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="chargerPlateauEC">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>280</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Charger le plus récent</string>
- </property>
- <property name="default">
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|