Group.ui 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>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="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-color: rgb(255, 255, 255);</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>130</x>
  59. <y>48</y>
  60. <width>114</width>
  61. <height>114</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>
  69. <customwidgets>
  70. <customwidget>
  71. <class>ImageWidget_nodrag</class>
  72. <extends>QWidget</extends>
  73. <header location="global">ImageWidget_nodrag.h</header>
  74. <container>1</container>
  75. </customwidget>
  76. </customwidgets>
  77. <resources/>
  78. <connections/>
  79. </ui>