202 lines
4.2 KiB
XML
202 lines
4.2 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>10</x>
|
|
<y>20</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>目标ID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_objid">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>52</x>
|
|
<y>20</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>K*******B 或K*******X</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_objs">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>371</width>
|
|
<height>411</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_getobj">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>20</y>
|
|
<width>181</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>获取目标</string>
|
|
</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="QTableWidget" name="tableWidget_prec">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>40</y>
|
|
<width>351</width>
|
|
<height>171</height>
|
|
</rect>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>编号</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>内容</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>220</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>后序目标</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget_post">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>240</y>
|
|
<width>351</width>
|
|
<height>171</height>
|
|
</rect>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>编号</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>内容</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_todelete">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>470</x>
|
|
<y>430</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>430</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>欲删除的编号</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_del">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>520</x>
|
|
<y>430</y>
|
|
<width>101</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>预删除</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_commit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>630</x>
|
|
<y>430</y>
|
|
<width>111</width>
|
|
<height>24</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>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|