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

📄 groupsform_template.ui

📁 基于遗传算法的排课软件源码 根据需要安排合理的课程时间等
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>GroupsForm_template</class><widget class="QDialog">    <property name="name">        <cstring>GroupsForm_template</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>566</width>            <height>494</height>        </rect>    </property>    <property name="caption">        <string>FET - groups of students</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>11</number>        </property>        <property name="spacing">            <number>6</number>        </property>        <widget class="QTextEdit" row="1" column="2">            <property name="name">                <cstring>groupTextEdit</cstring>            </property>            <property name="readOnly">                <bool>true</bool>            </property>        </widget>        <widget class="QListBox" row="1" column="0">            <item>                <property name="text">                    <string>New Item</string>                </property>            </item>            <property name="name">                <cstring>yearsListBox</cstring>            </property>        </widget>        <widget class="QListBox" row="1" column="1">            <item>                <property name="text">                    <string>New Item</string>                </property>            </item>            <property name="name">                <cstring>groupsListBox</cstring>            </property>        </widget>        <widget class="QLabel" row="0" column="0">            <property name="name">                <cstring>yearTextLabel</cstring>            </property>            <property name="text">                <string>Year</string>            </property>        </widget>        <widget class="QLabel" row="0" column="1">            <property name="name">                <cstring>groupsTextLabel</cstring>            </property>            <property name="text">                <string>Group</string>            </property>        </widget>        <widget class="QPushButton" row="2" column="0">            <property name="name">                <cstring>addGroupPushButton</cstring>            </property>            <property name="text">                <string>Add group</string>            </property>        </widget>        <widget class="QPushButton" row="2" column="1">            <property name="name">                <cstring>removeGroupPushButton</cstring>            </property>            <property name="text">                <string>Remove current</string>            </property>        </widget>        <widget class="QPushButton" row="2" column="2">            <property name="name">                <cstring>modifyGroupPushButton</cstring>            </property>            <property name="text">                <string>Modify current</string>            </property>        </widget>        <widget class="QPushButton" row="3" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>sortGroupsPushButton</cstring>            </property>            <property name="text">                <string>Sort current groups alphabetically</string>            </property>        </widget>        <widget class="QPushButton" row="6" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>closePushButton</cstring>            </property>            <property name="text">                <string>Close</string>            </property>        </widget>        <widget class="QPushButton" row="4" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>activateStudentsPushButton</cstring>            </property>            <property name="text">                <string>Activate all activities for selected students group</string>            </property>        </widget>        <widget class="QPushButton" row="5" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>deactivateStudentsPushButton</cstring>            </property>            <property name="text">                <string>De-activate all activities for selected students group</string>            </property>        </widget>        <widget class="QLabel" row="0" column="2">            <property name="name">                <cstring>groupTextLabel</cstring>            </property>            <property name="text">                <string>Details</string>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>yearsListBox</sender>        <signal>highlighted(const QString&amp;)</signal>        <receiver>GroupsForm_template</receiver>        <slot>yearChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>addGroupPushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>addGroup()</slot>    </connection>    <connection>        <sender>removeGroupPushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>removeGroup()</slot>    </connection>    <connection>        <sender>closePushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>groupsListBox</sender>        <signal>highlighted(const QString&amp;)</signal>        <receiver>GroupsForm_template</receiver>        <slot>groupChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>modifyGroupPushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>modifyGroup()</slot>    </connection>    <connection>        <sender>sortGroupsPushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>sortGroups()</slot>    </connection>    <connection>        <sender>activateStudentsPushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>activateStudents()</slot>    </connection>    <connection>        <sender>deactivateStudentsPushButton</sender>        <signal>clicked()</signal>        <receiver>GroupsForm_template</receiver>        <slot>deactivateStudents()</slot>    </connection></connections><slots>    <slot>addGroup()</slot>    <slot>removeGroup()</slot>    <slot>yearChanged(const QString&amp;)</slot>    <slot>groupChanged(const QString&amp;)</slot>    <slot>modifyGroup()</slot>    <slot>sortGroups()</slot>    <slot>activateStudents()</slot>    <slot>deactivateStudents()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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