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

361 lines
8.5 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="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>161</width>
<height>301</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="checkBox_unit1">
<property name="text">
<string>第一单元 基本知识</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit2">
<property name="text">
<string>第二单元 函数</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit3">
<property name="text">
<string>第三单元 三角</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit4">
<property name="text">
<string>第四单元 数列</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit5">
<property name="text">
<string>第五单元 平面向量与复数</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit6">
<property name="text">
<string>第六单元 立体几何</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit7">
<property name="text">
<string>第七单元 解析几何</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit8">
<property name="text">
<string>第八单元 计数与概率</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_unit9">
<property name="text">
<string>第九单元 统计</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_sel_all">
<property name="text">
<string>全选</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_sel_rev">
<property name="text">
<string>反选</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>210</x>
<y>70</y>
<width>121</width>
<height>251</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>填空题数量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_tiankongcount"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>选择题数量</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_xuanzecount"/>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>难度下界</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_diff_lowerbound"/>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>难度上界</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_diff_upperbound"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>360</x>
<y>70</y>
<width>131</width>
<height>171</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>使用难度的哪个数据</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_min">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>难度最小值</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_max">
<property name="text">
<string>难度最大值</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_average">
<property name="text">
<string>难度平均数</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_median">
<property name="text">
<string>难度中位数</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="pushButton_exec">
<property name="geometry">
<rect>
<x>520</x>
<y>70</y>
<width>201</width>
<height>41</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>360</x>
<y>260</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>生成张数</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_papercount">
<property name="geometry">
<rect>
<x>420</x>
<y>260</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_output">
<property name="geometry">
<rect>
<x>520</x>
<y>140</y>
<width>201</width>
<height>221</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>360</x>
<y>290</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>相似阈值上限</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_threshold">
<property name="geometry">
<rect>
<x>450</x>
<y>290</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.65</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>520</x>
<y>120</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>试卷代码</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>360</x>
<y>320</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>排除年级</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_grade">
<property name="geometry">
<rect>
<x>420</x>
<y>320</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
<property name="maxLength">
<number>4</number>
</property>
<property name="placeholderText">
<string>20xx</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>