| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>600</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>手印鉴定书智慧生成助手 V1.0</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>C:/Users/Administrator/Desktop/resizeApi.png</normaloff>C:/Users/Administrator/Desktop/resizeApi.png</iconset>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QTabWidget" name="tabWidget">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>751</width>
- <height>421</height>
- </rect>
- </property>
- <property name="tabPosition">
- <enum>QTabWidget::North</enum>
- </property>
- <property name="tabShape">
- <enum>QTabWidget::Triangular</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <property name="documentMode">
- <bool>false</bool>
- </property>
- <property name="tabsClosable">
- <bool>true</bool>
- </property>
- <property name="movable">
- <bool>true</bool>
- </property>
- <property name="tabBarAutoHide">
- <bool>false</bool>
- </property>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- <widget class="QScrollBar" name="verticalScrollBar">
- <property name="geometry">
- <rect>
- <x>730</x>
- <y>0</y>
- <width>16</width>
- <height>401</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>23</height>
- </rect>
- </property>
- <widget class="QMenu" name="menu">
- <property name="title">
- <string>文件</string>
- </property>
- <addaction name="imageCut"/>
- <addaction name="separator"/>
- <addaction name="imageMenu"/>
- <addaction name="separator"/>
- <addaction name="wordMenu"/>
- <addaction name="separator"/>
- <addaction name="vMergerAction"/>
- <addaction name="hMergerAction"/>
- </widget>
- <widget class="QMenu" name="menu_2">
- <property name="title">
- <string>编辑</string>
- </property>
- </widget>
- <widget class="QMenu" name="menu_3">
- <property name="title">
- <string>帮助</string>
- </property>
- </widget>
- <addaction name="menu"/>
- <addaction name="menu_2"/>
- <addaction name="menu_3"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="imageMenu">
- <property name="text">
- <string>图片标注</string>
- </property>
- </action>
- <action name="wordMenu">
- <property name="text">
- <string>生成报告</string>
- </property>
- </action>
- <action name="imageCut">
- <property name="text">
- <string>图片裁剪</string>
- </property>
- </action>
- <action name="vMergerAction">
- <property name="text">
- <string>纵向合并图片</string>
- </property>
- </action>
- <action name="hMergerAction">
- <property name="text">
- <string>横向合并图片</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|