📄 optionsform.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>optionsForm</class><widget class="QDialog"> <property name="name"> <cstring>optionsForm</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>596</width> <height>450</height> </rect> </property> <property name="caption"> <string>Options</string> </property> <property name="modal"> <bool>true</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="resizeMode"> <enum>Fixed</enum> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout6</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QIconView"> <item> <property name="text"> <string>General</string> </property> <property name="pixmap"> <pixmap>image0</pixmap> </property> </item> <item> <property name="text"> <string>Connection</string> </property> <property name="pixmap"> <pixmap>image1</pixmap> </property> </item> <property name="name"> <cstring>iconView1</cstring> </property> <property name="gridX"> <number>130</number> </property> <property name="gridY"> <number>60</number> </property> <property name="maxItemWidth"> <number>128</number> </property> <property name="autoArrange"> <bool>true</bool> </property> <property name="itemsMovable"> <bool>false</bool> </property> <property name="wordWrapIconText"> <bool>false</bool> </property> </widget> <widget class="QWidgetStack"> <property name="name"> <cstring>widgetStack1</cstring> </property> <property name="minimumSize"> <size> <width>430</width> <height>340</height> </size> </property> <widget class="QWidget"> <property name="name"> <cstring>generalPage</cstring> </property> <attribute name="id"> <number>0</number> </attribute> <widget class="QLabel"> <property name="name"> <cstring>textLabel10</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>270</width> <height>22</height> </rect> </property> <property name="text"> <string>General Settings</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>134</width> <height>22</height> </rect> </property> <property name="text"> <string>Terminal-Font:</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>fontBtn</cstring> </property> <property name="geometry"> <rect> <x>160</x> <y>40</y> <width>153</width> <height>35</height> </rect> </property> <property name="text"> <string>Preview</string> </property> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>groupBox2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>90</y> <width>420</width> <height>120</height> </rect> </property> <property name="title"> <string>Auto-Receive zmodem transfers</string> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2_2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>247</width> <height>22</height> </rect> </property> <property name="text"> <string>Directory for received files:</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton7</cstring> </property> <property name="geometry"> <rect> <x>380</x> <y>75</y> <width>30</width> <height>35</height> </rect> </property> <property name="text"> <string>...</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>autosaveCB</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>30</y> <width>125</width> <height>27</height> </rect> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -