recruitmentscene.ui 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RecruitmentScene</class>
  4. <widget class="QWidget" name="RecruitmentScene">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>250</x>
  20. <y>40</y>
  21. <width>211</width>
  22. <height>151</height>
  23. </rect>
  24. </property>
  25. <property name="cursor">
  26. <cursorShape>PointingHandCursor</cursorShape>
  27. </property>
  28. <property name="text">
  29. <string>PushButton</string>
  30. </property>
  31. </widget>
  32. <widget class="QLabel" name="label">
  33. <property name="geometry">
  34. <rect>
  35. <x>460</x>
  36. <y>10</y>
  37. <width>111</width>
  38. <height>31</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; color:#fff560;&quot;&gt;Выберите расу:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  43. </property>
  44. </widget>
  45. <widget class="QPushButton" name="pushButton_2">
  46. <property name="geometry">
  47. <rect>
  48. <x>520</x>
  49. <y>40</y>
  50. <width>211</width>
  51. <height>151</height>
  52. </rect>
  53. </property>
  54. <property name="text">
  55. <string>PushButton</string>
  56. </property>
  57. </widget>
  58. </widget>
  59. <resources/>
  60. <connections/>
  61. </ui>