Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1025</width>
  10. <height>796</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QGraphicsView" name="graphicsView">
  17. <property name="geometry">
  18. <rect>
  19. <x>140</x>
  20. <y>20</y>
  21. <width>791</width>
  22. <height>511</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QRadioButton" name="radioButton">
  27. <property name="geometry">
  28. <rect>
  29. <x>170</x>
  30. <y>600</y>
  31. <width>100</width>
  32. <height>21</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>RadioButton</string>
  37. </property>
  38. </widget>
  39. <widget class="QRadioButton" name="radioButton_2">
  40. <property name="geometry">
  41. <rect>
  42. <x>170</x>
  43. <y>670</y>
  44. <width>100</width>
  45. <height>21</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>RadioButton</string>
  50. </property>
  51. </widget>
  52. <widget class="QRadioButton" name="radioButton_3">
  53. <property name="geometry">
  54. <rect>
  55. <x>180</x>
  56. <y>630</y>
  57. <width>100</width>
  58. <height>21</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>RadioButton</string>
  63. </property>
  64. </widget>
  65. <widget class="QPushButton" name="pushButton">
  66. <property name="geometry">
  67. <rect>
  68. <x>410</x>
  69. <y>560</y>
  70. <width>471</width>
  71. <height>181</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>PushButton</string>
  76. </property>
  77. </widget>
  78. </widget>
  79. <resources/>
  80. <connections/>
  81. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement