297 lines
7.0 KiB
XML
297 lines
7.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ReportForm</class>
|
|
<widget class="QWidget" name="ReportForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>742</width>
|
|
<height>528</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>50</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>50</height>
|
|
</size>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>报告路径:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="ReportPath_Edit">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(211,211,211);
|
|
color: rgb(0, 0, 0);
|
|
border-width:0;border-style:outset;
|
|
text-align:center;
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="ChoosePath_Btn">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(69, 90, 108);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>选择路径</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>500</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<widget class="QRadioButton" name="PDF_radioButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>70</y>
|
|
<width>80</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QRadioButton::indicator{
|
|
width:15px;
|
|
height:15px;
|
|
border-radius:8px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: black;
|
|
}
|
|
QRadioButton::indicator:checked {
|
|
background-color:orange;
|
|
}
|
|
QRadioButton::indicator:unchecked {
|
|
background-color:rgb(255, 255, 255);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>PDF报告</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="Word_radioButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>70</y>
|
|
<width>80</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QRadioButton::indicator{
|
|
width:15px;
|
|
height:15px;
|
|
border-radius:8px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: black;
|
|
}
|
|
QRadioButton::indicator:checked {
|
|
background-color:orange;
|
|
}
|
|
QRadioButton::indicator:unchecked {
|
|
background-color:rgb(255, 255, 255);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Word报告</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_3" native="true">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>60</y>
|
|
<width>300</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>300</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>300</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>诊断结果及建议:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="Result_Edit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>100</y>
|
|
<width>600</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>600</width>
|
|
<height>200</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>600</width>
|
|
<height>200</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(211,211,211);
|
|
color: rgb(0, 0, 0);
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="Report_Btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>330</y>
|
|
<width>100</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(69, 90, 108);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>导出</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|