envoiFichier.ui 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>envoiFichiers</class>
  4. <widget class="QWidget" name="envoiFichiers">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>543</width>
  10. <height>422</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Envoi de fichiers</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>180</x>
  20. <y>30</y>
  21. <width>151</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Envoyer un fichier</string>
  27. </property>
  28. </widget>
  29. <widget class="QTreeWidget" name="treeWidget">
  30. <property name="geometry">
  31. <rect>
  32. <x>20</x>
  33. <y>80</y>
  34. <width>501</width>
  35. <height>281</height>
  36. </rect>
  37. </property>
  38. <property name="columnCount">
  39. <number>2</number>
  40. </property>
  41. <column>
  42. <property name="text">
  43. <string>Fichier</string>
  44. </property>
  45. </column>
  46. <column>
  47. <property name="text">
  48. <string>Statut</string>
  49. </property>
  50. </column>
  51. <item>
  52. <property name="text">
  53. <string>Nouvel élément</string>
  54. </property>
  55. <item>
  56. <property name="text">
  57. <string>Nouveau sous-élément</string>
  58. </property>
  59. </item>
  60. <item>
  61. <property name="text">
  62. <string>Nouveau sous-élément</string>
  63. </property>
  64. </item>
  65. </item>
  66. </widget>
  67. <widget class="QPushButton" name="pushButton_2">
  68. <property name="geometry">
  69. <rect>
  70. <x>350</x>
  71. <y>370</y>
  72. <width>151</width>
  73. <height>21</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>Annuler l'envoi</string>
  78. </property>
  79. </widget>
  80. </widget>
  81. <resources/>
  82. <connections/>
  83. </ui>