93 lines
2.5 KiB
XML
93 lines
2.5 KiB
XML
<?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>1109</width>
|
|
<height>402</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>报告生成</string>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QSplitter" name="splitter_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>120</y>
|
|
<width>1001</width>
|
|
<height>126</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
</property>
|
|
<widget class="QSplitter" name="splitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
</property>
|
|
<widget class="QComboBox" name="projects">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>示例项目</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<widget class="QWidget" name="">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="file_dir">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="file_dir_button">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>选择该项目对应本地图片目录</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="chooseproject">
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>编辑此项目报告</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1109</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|