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

177 lines
3.7 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="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>701</width>
<height>361</height>
</rect>
</property>
<column>
<property name="text">
<string>讲义序号</string>
</property>
</column>
<column>
<property name="text">
<string>讲义名称</string>
</property>
</column>
<column>
<property name="text">
<string>答题纸序号</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushButton_nid">
<property name="geometry">
<rect>
<x>160</x>
<y>30</y>
<width>75</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>依序号查询</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>讲义序号regex</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_nid">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>如 20250[2-4]</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_name">
<property name="geometry">
<rect>
<x>270</x>
<y>60</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>如 运算</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>270</x>
<y>30</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>讲义名称regex</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_name">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>75</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>依名称查询</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>510</x>
<y>30</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>答题纸序号regex</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_pid">
<property name="geometry">
<rect>
<x>640</x>
<y>30</y>
<width>75</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>答题纸查询</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_pid">
<property name="geometry">
<rect>
<x>510</x>
<y>60</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>编号中任一段</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>