This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v4/新增目标关系.ui

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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;先在&amp;quot;前置目标关系数据&amp;quot;中粘贴目标代码之间的对应关系, 规则如下:&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;1. 每一行代表一个目标与其前置目标的对应关系.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;2. 每一行的第一个编号是原始目标的编号, 后续的编号是原始目标的前置目标的编号.&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;3. 每一行不同的编号之间用&amp;quot;\t&amp;quot;隔开(Excel复制出来之后就是用&amp;quot;\t&amp;quot;作为分隔的)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>