📄 config.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>confDialog</class><widget class="QDialog"> <property name="name"> <cstring>confDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>335</width> <height>262</height> </rect> </property> <property name="caption"> <string>Options</string> </property> <property name="focusPolicy"> <enum>StrongFocus</enum> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>this dialog does not work yet</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout36</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="2" column="0"> <property name="name"> <cstring>layout8</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton"> <property name="name"> <cstring>buttonHelp</cstring> </property> <property name="text"> <string>&Help</string> </property> <property name="accel"> <string>F1</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> <spacer> <property name="name"> <cstring>Horizontal Spacing2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>151</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>buttonOk</cstring> </property> <property name="text"> <string>&OK</string> </property> <property name="accel"> <string></string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>buttonCancel</cstring> </property> <property name="text"> <string>&Cancel</string> </property> <property name="accel"> <string></string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout35</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>Mutation Rate</string> </property> </widget> <widget class="QSlider" row="3" column="1"> <property name="name"> <cstring>sliderC</cstring> </property> <property name="maxValue"> <number>80</number> </property> <property name="value"> <number>70</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="tickmarks"> <enum>Right</enum> </property> </widget> <widget class="QLabel" row="3" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Crossover Rate</string> </property> </widget> <widget class="QLayoutWidget" row="5" column="1"> <property name="name"> <cstring>layout10</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton"> <property name="name"> <cstring>rstButton</cstring> </property> <property name="text"> <string>reset to default</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer8</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>31</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="QLayoutWidget" row="0" column="1"> <property name="name"> <cstring>layout28</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QSpinBox"> <property name="name"> <cstring>spinLargeur</cstring> </property> <property name="minimumSize"> <size> <width>30</width> <height>0</height> </size> </property> <property name="maxValue"> <number>99000</number> </property> <property name="minValue"> <number>100</number> </property> <property name="value"> <number>6000</number>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -