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.

115 wiersze
2.7 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>userDialog</class>
  4. <widget class="QDialog" name="userDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>449</width>
  10. <height>250</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_2">
  19. <item>
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <item>
  22. <widget class="QLabel" name="label">
  23. <property name="sizePolicy">
  24. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  25. <horstretch>0</horstretch>
  26. <verstretch>0</verstretch>
  27. </sizepolicy>
  28. </property>
  29. <property name="minimumSize">
  30. <size>
  31. <width>90</width>
  32. <height>25</height>
  33. </size>
  34. </property>
  35. <property name="text">
  36. <string>Prénom</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLineEdit" name="name"/>
  42. </item>
  43. </layout>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout_4">
  47. <item alignment="Qt::AlignTop">
  48. <widget class="QLabel" name="label_2">
  49. <property name="minimumSize">
  50. <size>
  51. <width>90</width>
  52. <height>25</height>
  53. </size>
  54. </property>
  55. <property name="text">
  56. <string>Clef publique</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QTextEdit" name="key"/>
  62. </item>
  63. </layout>
  64. </item>
  65. </layout>
  66. </item>
  67. <item>
  68. <widget class="QDialogButtonBox" name="buttonBox">
  69. <property name="orientation">
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="standardButtons">
  73. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </widget>
  79. <resources/>
  80. <connections>
  81. <connection>
  82. <sender>buttonBox</sender>
  83. <signal>accepted()</signal>
  84. <receiver>userDialog</receiver>
  85. <slot>accept()</slot>
  86. <hints>
  87. <hint type="sourcelabel">
  88. <x>248</x>
  89. <y>254</y>
  90. </hint>
  91. <hint type="destinationlabel">
  92. <x>157</x>
  93. <y>274</y>
  94. </hint>
  95. </hints>
  96. </connection>
  97. <connection>
  98. <sender>buttonBox</sender>
  99. <signal>rejected()</signal>
  100. <receiver>userDialog</receiver>
  101. <slot>reject()</slot>
  102. <hints>
  103. <hint type="sourcelabel">
  104. <x>316</x>
  105. <y>260</y>
  106. </hint>
  107. <hint type="destinationlabel">
  108. <x>286</x>
  109. <y>274</y>
  110. </hint>
  111. </hints>
  112. </connection>
  113. </connections>
  114. </ui>