| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ept_fenetre</class>
- <widget class="QDialog" name="ept_fenetre">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>555</width>
- <height>480</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>555</width>
- <height>430</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>555</width>
- <height>480</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>Paramètres de la partie</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>71</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Nom :</string>
- </property>
- </widget>
- <widget class="DmLineEdit" name="ept_nom">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>10</y>
- <width>471</width>
- <height>31</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</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>
- </widget>
- <widget class="QTabWidget" name="ept_onglets">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>531</width>
- <height>331</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Chapitres</string>
- </attribute>
- <widget class="DmTableWidget" name="ept_ch_liste">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>151</width>
- <height>281</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</blue>
- </color>
- </brush>
- </colorrole>
- <colorrole role="Highlight">
- <brush brushstyle="SolidPattern">
- <color alpha="100">
- <red>200</red>
- <green>100</green>
- <blue>100</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</blue>
- </color>
- </brush>
- </colorrole>
- <colorrole role="Highlight">
- <brush brushstyle="SolidPattern">
- <color alpha="100">
- <red>200</red>
- <green>100</green>
- <blue>100</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>
- <colorrole role="Highlight">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>51</red>
- <green>153</green>
- <blue>255</blue>
- </color>
- </brush>
- </colorrole>
- </disabled>
- </palette>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::SingleSelection</enum>
- </property>
- <property name="selectionBehavior">
- <enum>QAbstractItemView::SelectRows</enum>
- </property>
- <attribute name="horizontalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="horizontalHeaderStretchLastSection">
- <bool>true</bool>
- </attribute>
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- <column>
- <property name="text">
- <string>idCh</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>nomCh</string>
- </property>
- </column>
- </widget>
- <widget class="QPushButton" name="ept_ch_nouveau">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>262</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Nouveau chapitre</string>
- </property>
- </widget>
- <widget class="QStackedWidget" name="ept_ch_panneaux">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>10</y>
- <width>341</width>
- <height>241</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab_3">
- <attribute name="title">
- <string>Règles</string>
- </attribute>
- </widget>
- <widget class="QWidget" name="tab_4">
- <attribute name="title">
- <string>Joueurs</string>
- </attribute>
- </widget>
- <widget class="QWidget" name="tab_5">
- <attribute name="title">
- <string>Paramètres</string>
- </attribute>
- </widget>
- </widget>
- <widget class="QPushButton" name="ept_enregistrer">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>410</x>
- <y>430</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Enregistrer</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="ept_annuler">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>430</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Annuler</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="DmComboBox" name="ept_ch_choix">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>47</y>
- <width>371</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>50</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Chapitre en cours : </string>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>DmTableWidget</class>
- <extends>QTableWidget</extends>
- <header>dm.h</header>
- </customwidget>
- <customwidget>
- <class>DmLineEdit</class>
- <extends>QLineEdit</extends>
- <header location="global">dm.h</header>
- </customwidget>
- <customwidget>
- <class>DmComboBox</class>
- <extends>QComboBox</extends>
- <header>dm.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections>
- <connection>
- <sender>ept_ch_liste</sender>
- <signal>cellClicked(int,int)</signal>
- <receiver>ept_ch_panneaux</receiver>
- <slot>setCurrentIndex(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>99</x>
- <y>222</y>
- </hint>
- <hint type="destinationlabel">
- <x>354</x>
- <y>202</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|