123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>VisionCloudClass</class>
- <widget class="QMainWindow" name="VisionCloudClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>414</width>
- <height>249</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>VisionCloud</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="btnExecute">
- <property name="geometry">
- <rect>
- <x>44</x>
- <y>110</y>
- <width>281</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>执行</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>130</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>0</y>
- <width>291</width>
- <height>101</height>
- </rect>
- </property>
- <property name="title">
- <string>user</string>
- </property>
- <widget class="QLabel" name="label_user">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>32</y>
- <width>41</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>USER</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_id">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>70</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>ID</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="edit_user">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>30</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="edit_id">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>70</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>414</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="VisionCloud.qrc"/>
- </resources>
- <connections/>
- </ui>
|