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

148 lines
3.3 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="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>461</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>题号</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_id"/>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>日期regex</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_dateregex"/>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>班级regex</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_classregex"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_result">
<property name="geometry">
<rect>
<x>100</x>
<y>100</y>
<width>461</width>
<height>361</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>100</x>
<y>80</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>检索结果</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_find">
<property name="geometry">
<rect>
<x>580</x>
<y>20</y>
<width>75</width>
<height>111</height>
</rect>
</property>
<property name="text">
<string>检索信息</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_del">
<property name="geometry">
<rect>
<x>580</x>
<y>140</y>
<width>75</width>
<height>131</height>
</rect>
</property>
<property name="text">
<string>预删除记录</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_commit">
<property name="geometry">
<rect>
<x>580</x>
<y>280</y>
<width>75</width>
<height>181</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>