Group.ui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Group</class>
  4. <widget class="QWidget" name="Group">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>326</width>
  10. <height>245</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="ImageWidget" name="widget_4" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>48</y>
  21. <width>114</width>
  22. <height>114</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">background-color: rgb(0, 170, 127);</string>
  27. </property>
  28. </widget>
  29. <widget class="QComboBox" name="comboBox_3">
  30. <property name="geometry">
  31. <rect>
  32. <x>0</x>
  33. <y>0</y>
  34. <width>172</width>
  35. <height>32</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="pushButton_2">
  40. <property name="geometry">
  41. <rect>
  42. <x>184</x>
  43. <y>0</y>
  44. <width>60</width>
  45. <height>32</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string/>
  50. </property>
  51. </widget>
  52. <widget class="ImageWidget" name="widget_5" native="true">
  53. <property name="geometry">
  54. <rect>
  55. <x>130</x>
  56. <y>48</y>
  57. <width>114</width>
  58. <height>114</height>
  59. </rect>
  60. </property>
  61. <property name="styleSheet">
  62. <string notr="true">background-color: rgb(0, 170, 127);</string>
  63. </property>
  64. </widget>
  65. </widget>
  66. <customwidgets>
  67. <customwidget>
  68. <class>ImageWidget</class>
  69. <extends>QWidget</extends>
  70. <header location="global">ImageWidget.h</header>
  71. <container>1</container>
  72. </customwidget>
  73. </customwidgets>
  74. <resources/>
  75. <connections/>
  76. </ui>