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

145 lines
3.1 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>编号</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_bnid">
<property name="geometry">
<rect>
<x>50</x>
<y>20</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>Bxxxxx</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_content">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>371</width>
<height>391</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>181</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>基础知识内容</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>390</x>
<y>50</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>关联目标</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget_obj">
<property name="geometry">
<rect>
<x>390</x>
<y>70</y>
<width>281</width>
<height>391</height>
</rect>
</property>
<column>
<property name="text">
<string>目标ID</string>
</property>
</column>
<column>
<property name="text">
<string>目标内容</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushButton_getcontent">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>获取内容</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_modify">
<property name="geometry">
<rect>
<x>680</x>
<y>70</y>
<width>61</width>
<height>181</height>
</rect>
</property>
<property name="text">
<string>修改</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_commit">
<property name="geometry">
<rect>
<x>680</x>
<y>260</y>
<width>61</width>
<height>201</height>
</rect>
</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>