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

119 lines
2.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>30</x>
<y>40</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>目标编号</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_id">
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>261</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>课时编号: K*******B(X), 单元编号: D*****B(X)</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_getcontent">
<property name="geometry">
<rect>
<x>370</x>
<y>40</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>获取目标内容</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_objcontent">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>571</width>
<height>351</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>70</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>目标内容</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_modify">
<property name="geometry">
<rect>
<x>610</x>
<y>90</y>
<width>131</width>
<height>171</height>
</rect>
</property>
<property name="text">
<string>修改与预提交</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_commit">
<property name="geometry">
<rect>
<x>610</x>
<y>270</y>
<width>131</width>
<height>171</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>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>