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

📄 timetableviewteacherswithroomsform_template.ui

📁 基于遗传算法的排课软件源码 根据需要安排合理的课程时间等
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>TimetableViewTeachersWithRoomsForm_template</class><widget class="QDialog">    <property name="name">        <cstring>TimetableViewTeachersWithRoomsForm_template</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>757</width>            <height>610</height>        </rect>    </property>    <property name="caption">        <string>Viewing the timetable for the teachers (with rooms)</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="QLabel" row="0" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>teachersTextLabel</cstring>            </property>            <property name="text">                <string>Teacher</string>            </property>        </widget>        <widget class="QLabel" row="3" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>teacherNameTextLabel</cstring>            </property>            <property name="text">                <string>Teacher's name</string>            </property>        </widget>        <widget class="QListBox" row="1" column="0" rowspan="2" colspan="1">            <item>                <property name="text">                    <string>New Item</string>                </property>            </item>            <property name="name">                <cstring>teachersListBox</cstring>            </property>        </widget>        <widget class="QLabel" row="1" column="1">            <property name="name">                <cstring>detailsTextLabel</cstring>            </property>            <property name="text">                <string>Details</string>            </property>        </widget>        <widget class="QTextEdit" row="2" column="1">            <property name="name">                <cstring>detailsTextEdit</cstring>            </property>            <property name="text">                <string>Please click on the table for details for a specific activity.</string>            </property>            <property name="readOnly">                <bool>true</bool>            </property>        </widget>        <widget class="QTable" row="4" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>teachersTimetableTable</cstring>            </property>            <property name="numRows">                <number>3</number>            </property>            <property name="numCols">                <number>3</number>            </property>            <property name="readOnly">                <bool>true</bool>            </property>        </widget>        <widget class="QPushButton" row="6" column="1">            <property name="name">                <cstring>closePushButton</cstring>            </property>            <property name="text">                <string>Close</string>            </property>        </widget>        <widget class="QPushButton" row="6" column="0">            <property name="name">                <cstring>lockPushButton</cstring>            </property>            <property name="text">                <string>Lock selected activities</string>            </property>        </widget>        <widget class="QPushButton" row="5" column="1">            <property name="name">                <cstring>lockSpacePushButton</cstring>            </property>            <property name="text">                <string>Lock selected activities (space)</string>            </property>        </widget>        <widget class="QPushButton" row="5" column="0">            <property name="name">                <cstring>lockTimePushButton</cstring>            </property>            <property name="text">                <string>Lock selected activities (time)</string>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>closePushButton</sender>        <signal>clicked()</signal>        <receiver>TimetableViewTeachersWithRoomsForm_template</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>teachersListBox</sender>        <signal>highlighted(const QString&amp;)</signal>        <receiver>TimetableViewTeachersWithRoomsForm_template</receiver>        <slot>teacherChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>teachersTimetableTable</sender>        <signal>currentChanged(int,int)</signal>        <receiver>TimetableViewTeachersWithRoomsForm_template</receiver>        <slot>detailActivity(int,int)</slot>    </connection>    <connection>        <sender>lockTimePushButton</sender>        <signal>clicked()</signal>        <receiver>TimetableViewTeachersWithRoomsForm_template</receiver>        <slot>lockTime()</slot>    </connection>    <connection>        <sender>lockSpacePushButton</sender>        <signal>clicked()</signal>        <receiver>TimetableViewTeachersWithRoomsForm_template</receiver>        <slot>lockSpace()</slot>    </connection>    <connection>        <sender>lockPushButton</sender>        <signal>clicked()</signal>        <receiver>TimetableViewTeachersWithRoomsForm_template</receiver>        <slot>lock()</slot>    </connection></connections><slots>    <slot>detailActivity(int, int)</slot>    <slot>teacherChanged(const QString&amp;)</slot>    <slot>lock()</slot>    <slot>lockSpace()</slot>    <slot>lockTime()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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