| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>envoiFichiers</class>
- <widget class="QWidget" name="envoiFichiers">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>543</width>
- <height>422</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Envoi de fichiers</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>30</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Envoyer un fichier</string>
- </property>
- </widget>
- <widget class="QTreeWidget" name="treeWidget">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>80</y>
- <width>501</width>
- <height>281</height>
- </rect>
- </property>
- <property name="columnCount">
- <number>2</number>
- </property>
- <column>
- <property name="text">
- <string>Fichier</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Statut</string>
- </property>
- </column>
- <item>
- <property name="text">
- <string>Nouvel élément</string>
- </property>
- <item>
- <property name="text">
- <string>Nouveau sous-élément</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Nouveau sous-élément</string>
- </property>
- </item>
- </item>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>370</y>
- <width>151</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Annuler l'envoi</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|