Group.ui 2.7 KB

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