| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>editionAttaques</class>
- <widget class="QFrame" name="editionAttaques">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>532</width>
- <height>262</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Edition des attaques</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QTextBrowser" name="notesAttaqueSelect">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>210</y>
- <width>411</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolButton" name="nouvelleAttaque">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>210</y>
- <width>31</width>
- <height>21</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="QTableWidget" name="editionListeAttaques">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>531</width>
- <height>201</height>
- </rect>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::SingleSelection</enum>
- </property>
- <property name="selectionBehavior">
- <enum>QAbstractItemView::SelectRows</enum>
- </property>
- </widget>
- <widget class="QToolButton" name="supprimerAttaque">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>210</y>
- <width>31</width>
- <height>21</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>
- <resources/>
- <connections/>
- </ui>
|