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/工具v3/根据正确率选择题号.ui

237 lines
5.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>widget</class>
<widget class="QWidget" name="widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>411</width>
<height>507</height>
</rect>
</property>
<property name="windowTitle">
<string>根据正确率选择题号</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>91</width>
<height>92</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>起始日期</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_startdate">
<property name="placeholderText">
<string>yyyymmdd</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>终止日期</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_enddate">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>yyyymmdd</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>91</width>
<height>92</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>正确率下界</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_lowerbound">
<property name="placeholderText">
<string>如: 0.5</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>正确率上界</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_upperbound">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>如: 0.73</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>210</x>
<y>20</y>
<width>91</width>
<height>92</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_5">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>班级正则表达式</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_classregex">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>如: 2026</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="pushButton_exec">
<property name="geometry">
<rect>
<x>310</x>
<y>20</y>
<width>91</width>
<height>91</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>生成列表</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>题号</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_ids">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>391</width>
<height>81</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>使用记录长度不一致题号</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_cautionids">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>391</width>
<height>81</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>关注小题</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_subproblems">
<property name="geometry">
<rect>
<x>10</x>
<y>360</y>
<width>391</width>
<height>131</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>