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

📄 modifyconstraintteachersubjectrequireroomform_template.ui

📁 基于遗传算法的排课软件源码 根据需要安排合理的课程时间等
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>ModifyConstraintTeacherSubjectRequireRoomForm_template</class><widget class="QDialog">    <property name="name">        <cstring>ModifyConstraintTeacherSubjectRequireRoomForm_template</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>523</width>            <height>337</height>        </rect>    </property>    <property name="caption">        <string>FET - Modify constraint teacher subject require room</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLabel" row="0" column="0">            <property name="name">                <cstring>teachersTextLabel</cstring>            </property>            <property name="frameShape">                <enum>NoFrame</enum>            </property>            <property name="frameShadow">                <enum>Plain</enum>            </property>            <property name="text">                <string>Teacher</string>            </property>            <property name="buddy" stdset="0">                <cstring>roomsComboBox</cstring>            </property>        </widget>        <widget class="QComboBox" row="1" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>teachersComboBox</cstring>            </property>        </widget>        <widget class="QLabel" row="2" column="0">            <property name="name">                <cstring>subjectsTextLabel</cstring>            </property>            <property name="frameShape">                <enum>NoFrame</enum>            </property>            <property name="frameShadow">                <enum>Plain</enum>            </property>            <property name="text">                <string>Subject</string>            </property>            <property name="buddy" stdset="0">                <cstring>roomsComboBox</cstring>            </property>        </widget>        <widget class="QComboBox" row="3" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>subjectsComboBox</cstring>            </property>        </widget>        <widget class="QLabel" row="4" column="0">            <property name="name">                <cstring>roomsTextLabel</cstring>            </property>            <property name="frameShape">                <enum>NoFrame</enum>            </property>            <property name="frameShadow">                <enum>Plain</enum>            </property>            <property name="text">                <string>Room</string>            </property>            <property name="buddy" stdset="0">                <cstring>roomsComboBox</cstring>            </property>        </widget>        <widget class="QComboBox" row="5" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>roomsComboBox</cstring>            </property>        </widget>        <widget class="QLabel" row="6" column="1">            <property name="name">                <cstring>weightTextLabel</cstring>            </property>            <property name="frameShape">                <enum>NoFrame</enum>            </property>            <property name="frameShadow">                <enum>Plain</enum>            </property>            <property name="text">                <string>Weight (recommended: 1.0)</string>            </property>        </widget>        <widget class="QCheckBox" row="6" column="0" rowspan="2" colspan="1">            <property name="name">                <cstring>compulsoryCheckBox</cstring>            </property>            <property name="text">                <string>Compulsory</string>            </property>            <property name="checked">                <bool>true</bool>            </property>        </widget>        <widget class="QLineEdit" row="7" column="1">            <property name="name">                <cstring>weightLineEdit</cstring>            </property>            <property name="text">                <string>1.0</string>            </property>        </widget>        <widget class="QPushButton" row="8" column="0">            <property name="name">                <cstring>okPushButton</cstring>            </property>            <property name="text">                <string>Ok</string>            </property>        </widget>        <widget class="QPushButton" row="8" column="1">            <property name="name">                <cstring>cancelPushButton</cstring>            </property>            <property name="text">                <string>Cancel</string>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>okPushButton</sender>        <signal>clicked()</signal>        <receiver>ModifyConstraintTeacherSubjectRequireRoomForm_template</receiver>        <slot>ok()</slot>    </connection>    <connection>        <sender>cancelPushButton</sender>        <signal>clicked()</signal>        <receiver>ModifyConstraintTeacherSubjectRequireRoomForm_template</receiver>        <slot>cancel()</slot>    </connection></connections><slots>    <slot>ok()</slot>    <slot>cancel()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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