Ovh instance management with PySide2
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

198 wiersze
4.7 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>722</width>
  10. <height>440</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Gestion des instances OVH</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QListView" name="userView">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>40</y>
  22. <width>260</width>
  23. <height>350</height>
  24. </rect>
  25. </property>
  26. <property name="selectionMode">
  27. <enum>QAbstractItemView::ExtendedSelection</enum>
  28. </property>
  29. </widget>
  30. <widget class="QTableView" name="instanceView">
  31. <property name="geometry">
  32. <rect>
  33. <x>300</x>
  34. <y>40</y>
  35. <width>411</width>
  36. <height>350</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="Line" name="line">
  41. <property name="geometry">
  42. <rect>
  43. <x>275</x>
  44. <y>40</y>
  45. <width>20</width>
  46. <height>350</height>
  47. </rect>
  48. </property>
  49. <property name="orientation">
  50. <enum>Qt::Vertical</enum>
  51. </property>
  52. </widget>
  53. <widget class="QLabel" name="UsersLabel">
  54. <property name="geometry">
  55. <rect>
  56. <x>10</x>
  57. <y>10</y>
  58. <width>260</width>
  59. <height>20</height>
  60. </rect>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <pointsize>10</pointsize>
  65. </font>
  66. </property>
  67. <property name="text">
  68. <string>Utilisateurs</string>
  69. </property>
  70. <property name="alignment">
  71. <set>Qt::AlignCenter</set>
  72. </property>
  73. </widget>
  74. <widget class="QLabel" name="InstancesLabel">
  75. <property name="geometry">
  76. <rect>
  77. <x>300</x>
  78. <y>10</y>
  79. <width>420</width>
  80. <height>20</height>
  81. </rect>
  82. </property>
  83. <property name="font">
  84. <font>
  85. <pointsize>10</pointsize>
  86. </font>
  87. </property>
  88. <property name="text">
  89. <string>Instances</string>
  90. </property>
  91. <property name="alignment">
  92. <set>Qt::AlignCenter</set>
  93. </property>
  94. </widget>
  95. <widget class="QWidget" name="layoutWidget">
  96. <property name="geometry">
  97. <rect>
  98. <x>10</x>
  99. <y>400</y>
  100. <width>267</width>
  101. <height>30</height>
  102. </rect>
  103. </property>
  104. <layout class="QHBoxLayout" name="horizontalLayout_2">
  105. <property name="spacing">
  106. <number>5</number>
  107. </property>
  108. <item>
  109. <widget class="QPushButton" name="addButton">
  110. <property name="text">
  111. <string>&amp;Ajouter</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QPushButton" name="editButton">
  117. <property name="enabled">
  118. <bool>false</bool>
  119. </property>
  120. <property name="text">
  121. <string>&amp;Modifier</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QPushButton" name="deleteButton">
  127. <property name="enabled">
  128. <bool>false</bool>
  129. </property>
  130. <property name="text">
  131. <string>&amp;Supprimer</string>
  132. </property>
  133. </widget>
  134. </item>
  135. </layout>
  136. </widget>
  137. <widget class="QWidget" name="">
  138. <property name="geometry">
  139. <rect>
  140. <x>303</x>
  141. <y>400</y>
  142. <width>410</width>
  143. <height>30</height>
  144. </rect>
  145. </property>
  146. <layout class="QGridLayout" name="gridLayout">
  147. <item row="0" column="0">
  148. <widget class="QPushButton" name="instanciateButton">
  149. <property name="enabled">
  150. <bool>false</bool>
  151. </property>
  152. <property name="text">
  153. <string>&amp;Instancier</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="0" column="1">
  158. <widget class="QLabel" name="label">
  159. <property name="text">
  160. <string>Région :</string>
  161. </property>
  162. <property name="alignment">
  163. <set>Qt::AlignCenter</set>
  164. </property>
  165. </widget>
  166. </item>
  167. <item row="0" column="2">
  168. <widget class="QComboBox" name="regionCombo"/>
  169. </item>
  170. <item row="0" column="3">
  171. <widget class="QPushButton" name="refreshButton">
  172. <property name="text">
  173. <string>Actualise&amp;r</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item row="0" column="4">
  178. <widget class="QPushButton" name="destroyButton">
  179. <property name="enabled">
  180. <bool>false</bool>
  181. </property>
  182. <property name="text">
  183. <string>&amp;Détruire</string>
  184. </property>
  185. <property name="icon">
  186. <iconset theme="delete">
  187. <normaloff>.</normaloff>.</iconset>
  188. </property>
  189. </widget>
  190. </item>
  191. </layout>
  192. </widget>
  193. </widget>
  194. </widget>
  195. <resources/>
  196. <connections/>
  197. </ui>