Group.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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_nodrag" name="Imagewidget_left" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>2</x>
  20. <y>50</y>
  21. <width>110</width>
  22. <height>110</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="DatacomboBox">
  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. <property name="styleSheet">
  39. <string notr="true">background: #FFFFFF;</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="GroupButton">
  43. <property name="geometry">
  44. <rect>
  45. <x>184</x>
  46. <y>0</y>
  47. <width>60</width>
  48. <height>32</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string/>
  53. </property>
  54. </widget>
  55. <widget class="ImageWidget_nodrag" name="Imagewidget_right" native="true">
  56. <property name="geometry">
  57. <rect>
  58. <x>132</x>
  59. <y>50</y>
  60. <width>110</width>
  61. <height>110</height>
  62. </rect>
  63. </property>
  64. <property name="styleSheet">
  65. <string notr="true">background-color: rgb(0, 170, 127);</string>
  66. </property>
  67. </widget>
  68. <widget class="QWidget" name="leftBackground" native="true">
  69. <property name="geometry">
  70. <rect>
  71. <x>0</x>
  72. <y>48</y>
  73. <width>114</width>
  74. <height>114</height>
  75. </rect>
  76. </property>
  77. <property name="styleSheet">
  78. <string notr="true"/>
  79. </property>
  80. </widget>
  81. <widget class="QWidget" name="rightBackground" native="true">
  82. <property name="geometry">
  83. <rect>
  84. <x>130</x>
  85. <y>48</y>
  86. <width>114</width>
  87. <height>114</height>
  88. </rect>
  89. </property>
  90. </widget>
  91. <zorder>rightBackground</zorder>
  92. <zorder>Imagewidget_right</zorder>
  93. <zorder>leftBackground</zorder>
  94. <zorder>Imagewidget_left</zorder>
  95. <zorder>DatacomboBox</zorder>
  96. <zorder>GroupButton</zorder>
  97. </widget>
  98. <customwidgets>
  99. <customwidget>
  100. <class>ImageWidget_nodrag</class>
  101. <extends>QWidget</extends>
  102. <header location="global">ImageWidget_nodrag.h</header>
  103. <container>1</container>
  104. </customwidget>
  105. </customwidgets>
  106. <resources/>
  107. <connections/>
  108. </ui>