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

📄 addconstraintactivitypreferredtimesform_template.ui

📁 基于遗传算法的排课软件源码 根据需要安排合理的课程时间等
💻 UI
字号:
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>AddConstraintActivityPreferredTimesForm_template</class><widget class="QDialog">    <property name="name">        <cstring>AddConstraintActivityPreferredTimesForm_template</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>663</width>            <height>596</height>        </rect>    </property>    <property name="caption">        <string>FET - Adding a new constraint activity preferred times</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>activitiesTextLabel</cstring>            </property>            <property name="text">                <string>Activity</string>            </property>        </widget>        <widget class="QPushButton" row="4" column="0">            <property name="name">                <cstring>addConstraintPushButton</cstring>            </property>            <property name="text">                <string>Add constraint</string>            </property>        </widget>        <widget class="QPushButton" row="4" column="1">            <property name="name">                <cstring>closePushButton</cstring>            </property>            <property name="text">                <string>Close</string>            </property>        </widget>        <widget class="QLabel" row="3" 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="QLineEdit" row="3" column="2">            <property name="name">                <cstring>weightLineEdit</cstring>            </property>            <property name="text">                <string>1.0</string>            </property>        </widget>        <widget class="QCheckBox" row="3" column="0">            <property name="name">                <cstring>compulsoryCheckBox</cstring>            </property>            <property name="text">                <string>Compulsory</string>            </property>            <property name="checked">                <bool>true</bool>            </property>        </widget>        <widget class="QTable" row="2" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>preferredTimesTable</cstring>            </property>            <property name="numRows">                <number>3</number>            </property>            <property name="numCols">                <number>0</number>            </property>            <property name="readOnly">                <bool>true</bool>            </property>        </widget>        <widget class="QComboBox" row="1" column="0" rowspan="1" colspan="3">            <property name="name">                <cstring>activitiesComboBox</cstring>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>preferredTimesTable</sender>        <signal>clicked(int,int,int,const QPoint&amp;)</signal>        <receiver>AddConstraintActivityPreferredTimesForm_template</receiver>        <slot>tableClicked(int,int,int,const QPoint&amp;)</slot>    </connection>    <connection>        <sender>addConstraintPushButton</sender>        <signal>clicked()</signal>        <receiver>AddConstraintActivityPreferredTimesForm_template</receiver>        <slot>addConstraint()</slot>    </connection>    <connection>        <sender>closePushButton</sender>        <signal>clicked()</signal>        <receiver>AddConstraintActivityPreferredTimesForm_template</receiver>        <slot>close()</slot>    </connection></connections><slots>    <slot>addConstraint()</slot>    <slot>tableClicked(int,int,int,const QPoint&amp;)</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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