📄 setupbase.ui
字号:
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>SetupBase</class><widget class="QWizard"> <property name="name"> <cstring>SetupBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>614</width> <height>525</height> </rect> </property> <property name="caption"> <string>netGo setup</string> </property> <widget class="QWidget"> <property name="name"> <cstring>pathPage</cstring> </property> <attribute name="title"> <string>Set paths</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <spacer row="4" column="4" rowspan="2" colspan="1"> <property name="name"> <cstring>spacer5</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>140</height> </size> </property> </spacer> <widget class="QLabel" row="0" column="1" rowspan="1" colspan="3"> <property name="name"> <cstring>pixmapLabel3</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="pixmap"> <pixmap>image0</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> <widget class="QLayoutWidget" row="3" column="3" rowspan="1" colspan="2"> <property name="name"> <cstring>layout21</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox" row="1" column="0"> <property name="name"> <cstring>dhcpcdBox</cstring> </property> <property name="font"> <font> <bold>1</bold> </font> </property> <property name="text"> <string>dhcpcd</string> </property> </widget> <widget class="QCheckBox" row="2" column="0"> <property name="name"> <cstring>dhclientBox</cstring> </property> <property name="font"> <font> <bold>1</bold> </font> </property> <property name="text"> <string>dhclient</string> </property> </widget> <widget class="QLineEdit" row="2" column="1"> <property name="name"> <cstring>dhclientPath</cstring> </property> <property name="text"> <string>/sbin/dhclient</string> </property> </widget> <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Select which dhcp client you would like to use:</string> </property> </widget> <widget class="QLineEdit" row="1" column="1"> <property name="name"> <cstring>dhcpcdPath</cstring> </property> <property name="text"> <string>/sbin/dhcpcd</string> </property> </widget> </grid> </widget> <spacer row="3" column="2"> <property name="name">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -