VisionCloud.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>VisionCloudClass</class>
  4. <widget class="QMainWindow" name="VisionCloudClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>414</width>
  10. <height>249</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>VisionCloud</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QPushButton" name="btnExecute">
  18. <property name="geometry">
  19. <rect>
  20. <x>44</x>
  21. <y>110</y>
  22. <width>281</width>
  23. <height>23</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>执行</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="label">
  31. <property name="geometry">
  32. <rect>
  33. <x>40</x>
  34. <y>130</y>
  35. <width>261</width>
  36. <height>31</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>TextLabel</string>
  41. </property>
  42. </widget>
  43. <widget class="QGroupBox" name="groupBox">
  44. <property name="geometry">
  45. <rect>
  46. <x>40</x>
  47. <y>0</y>
  48. <width>291</width>
  49. <height>101</height>
  50. </rect>
  51. </property>
  52. <property name="title">
  53. <string>user</string>
  54. </property>
  55. <widget class="QLabel" name="label_user">
  56. <property name="geometry">
  57. <rect>
  58. <x>30</x>
  59. <y>32</y>
  60. <width>41</width>
  61. <height>20</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>USER</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="label_id">
  69. <property name="geometry">
  70. <rect>
  71. <x>30</x>
  72. <y>70</y>
  73. <width>41</width>
  74. <height>16</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>ID</string>
  79. </property>
  80. </widget>
  81. <widget class="QLineEdit" name="edit_user">
  82. <property name="geometry">
  83. <rect>
  84. <x>100</x>
  85. <y>30</y>
  86. <width>171</width>
  87. <height>20</height>
  88. </rect>
  89. </property>
  90. </widget>
  91. <widget class="QLineEdit" name="edit_id">
  92. <property name="geometry">
  93. <rect>
  94. <x>100</x>
  95. <y>70</y>
  96. <width>171</width>
  97. <height>20</height>
  98. </rect>
  99. </property>
  100. </widget>
  101. </widget>
  102. </widget>
  103. <widget class="QMenuBar" name="menuBar">
  104. <property name="geometry">
  105. <rect>
  106. <x>0</x>
  107. <y>0</y>
  108. <width>414</width>
  109. <height>21</height>
  110. </rect>
  111. </property>
  112. </widget>
  113. <widget class="QToolBar" name="mainToolBar">
  114. <attribute name="toolBarArea">
  115. <enum>TopToolBarArea</enum>
  116. </attribute>
  117. <attribute name="toolBarBreak">
  118. <bool>false</bool>
  119. </attribute>
  120. </widget>
  121. <widget class="QStatusBar" name="statusBar"/>
  122. </widget>
  123. <layoutdefault spacing="6" margin="11"/>
  124. <resources>
  125. <include location="VisionCloud.qrc"/>
  126. </resources>
  127. <connections/>
  128. </ui>