153 lines
4.6 KiB
XML
153 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>760</width>
|
|
<height>490</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>新增目标关系</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>121</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>前置目标关系数据</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_data">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>40</y>
|
|
<width>351</width>
|
|
<height>421</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>20</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>说明</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="textBrowser">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>40</y>
|
|
<width>351</width>
|
|
<height>141</height>
|
|
</rect>
|
|
</property>
|
|
<property name="html">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
hr { height: 1px; border-width: 0; }
|
|
li.unchecked::marker { content: "\2610"; }
|
|
li.checked::marker { content: "\2612"; }
|
|
</style></head><body style=" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">先在&quot;前置目标关系数据&quot;中粘贴目标代码之间的对应关系, 规则如下:</p>
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">1. 每一行代表一个目标与其前置目标的对应关系.</p>
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">2. 每一行的第一个编号是原始目标的编号, 后续的编号是原始目标的前置目标的编号.</p>
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">3. 每一行不同的编号之间用&quot;\t&quot;隔开(Excel复制出来之后就是用&quot;\t&quot;作为分隔的)</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_checkvalidity">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>190</y>
|
|
<width>71</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>检查有效性</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_import">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>250</y>
|
|
<width>71</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>预导入</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_commit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>310</y>
|
|
<width>71</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>导入
|
|
(不可逆)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>190</y>
|
|
<width>101</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>有效性检查结果</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_validity">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>210</y>
|
|
<width>271</width>
|
|
<height>251</height>
|
|
</rect>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|