⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addactivityform_template.ui

📁 基于遗传算法的排课软件源码 根据需要安排合理的课程时间等
💻 UI
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>AddActivityForm_template</class><widget class="QDialog">    <property name="name">        <cstring>AddActivityForm_template</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>779</width>            <height>638</height>        </rect>    </property>    <property name="caption">        <string>FET - add new activity dialog</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QCheckBox" row="12" column="0" rowspan="1" colspan="4">            <property name="name">                <cstring>yearsCheckBox</cstring>            </property>            <property name="text">                <string>Show years</string>            </property>            <property name="checked">                <bool>true</bool>            </property>        </widget>        <widget class="QCheckBox" row="13" column="0" rowspan="1" colspan="4">            <property name="name">                <cstring>groupsCheckBox</cstring>            </property>            <property name="text">                <string>Show groups</string>            </property>            <property name="checked">                <bool>true</bool>            </property>        </widget>        <widget class="QCheckBox" row="14" column="0" rowspan="1" colspan="4">            <property name="name">                <cstring>subgroupsCheckBox</cstring>            </property>            <property name="text">                <string>Show subgroups</string>            </property>            <property name="checked">                <bool>true</bool>            </property>        </widget>        <widget class="QTextEdit" row="1" column="4" rowspan="3" colspan="3">            <property name="name">                <cstring>currentActivityTextEdit</cstring>            </property>            <property name="readOnly">                <bool>true</bool>            </property>        </widget>        <widget class="QLabel" row="0" column="4" rowspan="1" colspan="2">            <property name="name">                <cstring>currentActivityTextLabel</cstring>            </property>            <property name="frameShape">                <enum>NoFrame</enum>            </property>            <property name="frameShadow">                <enum>Plain</enum>            </property>            <property name="text">                <string>Current activity</string>            </property>        </widget>        <widget class="QPushButton" row="14" column="5" rowspan="1" colspan="2">            <property name="name">                <cstring>closePushButton</cstring>            </property>            <property name="text">                <string>Close</string>            </property>        </widget>        <widget class="QPushButton" row="14" column="4">            <property name="name">                <cstring>addActivityPushButton</cstring>            </property>            <property name="text">                <string>Add current activity</string>            </property>        </widget>        <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>allTeachersTextLabel</cstring>            </property>            <property name="text">                <string>All teachers</string>            </property>        </widget>        <widget class="QPushButton" row="1" column="1" rowspan="1" colspan="2">            <property name="name">                <cstring>addTeacherPushButton</cstring>            </property>            <property name="text">                <string>Add</string>            </property>        </widget>        <widget class="QListBox" row="1" column="0" rowspan="3" colspan="1">            <item>                <property name="text">                    <string>New Item</string>                </property>            </item>            <property name="name">                <cstring>allTeachersListBox</cstring>            </property>        </widget>        <widget class="QPushButton" row="9" column="1" rowspan="1" colspan="2">            <property name="name">                <cstring>addStudentsPushButton</cstring>            </property>            <property name="text">                <string>Add</string>            </property>        </widget>        <widget class="QPushButton" row="10" column="1" rowspan="1" colspan="2">            <property name="name">                <cstring>removeStudentsPushButton</cstring>            </property>            <property name="text">                <string>Remove</string>            </property>        </widget>        <widget class="QPushButton" row="11" column="1" rowspan="1" colspan="2">            <property name="name">                <cstring>clearStudentsPushButton</cstring>            </property>            <property name="text">                <string>Clear</string>            </property>        </widget>        <widget class="QPushButton" row="3" column="1" rowspan="1" colspan="2">            <property name="name">                <cstring>clearTeacherPushButton</cstring>            </property>            <property name="text">                <string>Clear</string>            </property>        </widget>        <widget class="QPushButton" row="2" column="1" rowspan="1" colspan="2">            <property name="name">                <cstring>removeTeacherPushButton</cstring>            </property>            <property name="text">                <string>Remove</string>            </property>        </widget>        <widget class="QListBox" row="1" column="3" rowspan="3" colspan="1">            <item>                <property name="text">                    <string>New Item</string>                </property>            </item>            <property name="name">                <cstring>selectedTeachersListBox</cstring>            </property>        </widget>        <widget class="QLabel" row="0" column="2" rowspan="1" colspan="2">            <property name="name">                <cstring>selectedTeachersTextLabel</cstring>            </property>            <property name="text">                <string>Selected teachers</string>            </property>        </widget>        <widget class="QGroupBox" row="4" column="4" rowspan="3" colspan="3">            <property name="name">                <cstring>splitGroupBox</cstring>            </property>            <property name="title">                <string>Split this activity into ... lessons per week.</string>            </property>            <widget class="QSpinBox">                <property name="name">                    <cstring>splitSpinBox</cstring>                </property>                <property name="geometry">                    <rect>                        <x>220</x>                        <y>30</y>                        <width>60</width>                        <height>26</height>                    </rect>                </property>                <property name="maxValue">                    <number>8</number>                </property>                <property name="minValue">                    <number>1</number>                </property>            </widget>        </widget>        <widget class="QLabel" row="7" column="4" rowspan="2" colspan="2">            <property name="name">                <cstring>minDayDistanceTextLabel</cstring>            </property>            <property name="enabled">                <bool>false</bool>            </property>            <property name="text">                <string>The minimum required distance in days between each pair of subactivities</string>            </property>        </widget>        <widget class="QSpinBox" row="8" column="6">            <property name="name">                <cstring>minDayDistanceSpinBox</cstring>            </property>            <property name="enabled">                <bool>false</bool>            </property>        </widget>        <widget class="QTabWidget" row="9" column="4" rowspan="5" colspan="3">            <property name="name">                <cstring>subactivitiesTabWidget</cstring>            </property>            <widget class="QWidget">                <property name="name">                    <cstring>TabPage</cstring>                </property>                <attribute name="title">                    <string>1</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QSpinBox" row="0" column="1" rowspan="1" colspan="2">                        <property name="name">                            <cstring>duration1SpinBox</cstring>                        </property>                        <property name="enabled">                            <bool>true</bool>                        </property>                        <property name="minValue">                            <number>1</number>                        </property>                    </widget>                    <widget class="QComboBox" row="2" column="2">                        <property name="name">                            <cstring>preferredHour1ComboBox</cstring>                        </property>                        <property name="duplicatesEnabled">                            <bool>false</bool>                        </property>                    </widget>                    <widget class="QLabel" row="0" column="0">                        <property name="name">                            <cstring>duration1TextLabel</cstring>                        </property>                        <property name="enabled">                            <bool>true</bool>                        </property>                        <property name="text">                            <string>Duration</string>                        </property>                    </widget>                    <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">                        <property name="name">                            <cstring>preferredDay1TextLabel</cstring>                        </property>                        <property name="text">                            <string>Preferred day</string>                        </property>                    </widget>                    <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">                        <property name="name">                            <cstring>preferredHour1TextLabel</cstring>                        </property>                        <property name="text">                            <string>Preferred hour</string>                        </property>                    </widget>                    <widget class="QComboBox" row="1" column="2">                        <property name="name">                            <cstring>preferredDay1ComboBox</cstring>                        </property>                        <property name="duplicatesEnabled">                            <bool>false</bool>                        </property>                    </widget>                    <widget class="QLabel" row="3" column="0">                        <property name="name">                            <cstring>parity1TextLabel</cstring>                        </property>                        <property name="enabled">                            <bool>true</bool>                        </property>                        <property name="text">                            <string>Parity</string>                        </property>                    </widget>                    <widget class="QCheckBox" row="3" column="1" rowspan="1" colspan="2">                        <property name="name">                            <cstring>parity1CheckBox</cstring>                        </property>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -