123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>YunDaISASImageRecognitionServiceClass</class>
- <widget class="QMainWindow" name="YunDaISASImageRecognitionServiceClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>400</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>ArrowCursor</cursorShape>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- <property name="windowTitle">
- <string>ISAS识别服务</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>识别服务.ico</normaloff>识别服务.ico</iconset>
- </property>
- <widget class="QWidget" name="centralWidget"/>
- <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="YunDaISASImageRecognitionService.qrc"/>
- </resources>
- <connections/>
- </ui>
|