📄 updaterclient.ui.svn-base
字号:
<ui version="4.0" > <class>UpdaterClientClass</class> <widget class="QMainWindow" name="UpdaterClientClass" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>500</width> <height>350</height> </rect> </property> <property name="windowTitle" > <string>升级</string> </property> <widget class="QWidget" name="centralWidget" > <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QTreeView" name="Packs" /> </item> </layout> </item> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QTextBrowser" name="packInfo" /> </item> </layout> </item> <item> <layout class="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="statusLabel" > <property name="text" > <string>TextLabel</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QProgressBar" name="progressBarAllDownload" > <property name="value" > <number>0</number> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="btndownloadall" > <property name="sizePolicy" > <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>更新全部</string> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>500</width> <height>21</height> </rect> </property> <widget class="QMenu" name="menuPreferencs" > <property name="title" > <string>Preferencs</string> </property> <addaction name="actionStart_minimal" /> <addaction name="actionAuto_refresh" /> <addaction name="actionQuto_download" /> <addaction name="actionAuto_install" /> </widget> <widget class="QMenu" name="menuHelp" > <property name="title" > <string>Help</string> </property> <addaction name="actionHelp" /> <addaction name="actionInstallhistory" /> </widget> <addaction name="menuPreferencs" /> <addaction name="menuHelp" /> </widget> <action name="actionStart_minimal" > <property name="text" > <string>start minimal</string> </property> </action> <action name="actionHelp" > <property name="text" > <string>About</string> </property> </action> <action name="actionAuto_refresh" > <property name="text" > <string>auto refresh</string> </property> </action> <action name="actionQuto_download" > <property name="text" > <string>auto download</string> </property> </action> <action name="actionAuto_install" > <property name="text" > <string>auto install</string> </property> </action> <action name="actionInstallhistory" > <property name="text" > <string>installhistory</string> </property> </action> </widget> <layoutdefault spacing="6" margin="11" /> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -