📄 config.ui
字号:
</property> </widget> <spacer> <property name="name"> <cstring>spacer9</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>80</width> <height>23</height> </size> </property> </spacer> </hbox> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Number of Iterations</string> </property> </widget> <widget class="QLayoutWidget" row="2" column="1"> <property name="name"> <cstring>layout30</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QSpinBox"> <property name="name"> <cstring>spinBox5</cstring> </property> <property name="minimumSize"> <size> <width>30</width> <height>0</height> </size> </property> <property name="maxValue"> <number>19998</number> </property> <property name="minValue"> <number>1</number> </property> <property name="value"> <number>10</number> </property> </widget> <spacer> <property name="name"> <cstring>spacer20</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>80</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <spacer row="5" column="0"> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>145</width> <height>20</height> </size> </property> </spacer> <widget class="QSlider" row="4" column="1"> <property name="name"> <cstring>sliderM</cstring> </property> <property name="maxValue"> <number>80</number> </property> <property name="value"> <number>5</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="tickmarks"> <enum>Right</enum> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>textLabel5</cstring> </property> <property name="text"> <string>Population</string> </property> </widget> <widget class="QLayoutWidget" row="1" column="1"> <property name="name"> <cstring>layout33</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QSpinBox"> <property name="name"> <cstring>spinNumber</cstring> </property> <property name="minimumSize"> <size> <width>30</width> <height>0</height> </size> </property> <property name="maxValue"> <number>10000</number> </property> <property name="value"> <number>25</number> </property> </widget> <spacer> <property name="name"> <cstring>spacer10</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>66</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Band Width</string> </property> </widget> </grid> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer11</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>30</height> </size> </property> </spacer> </grid> </widget> </grid></widget><connections> <connection> <sender>buttonOk</sender> <signal>clicked()</signal> <receiver>confDialog</receiver> <slot>accept()</slot> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>confDialog</receiver> <slot>reject()</slot> </connection></connections><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -