📄 dlg_startup.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>dlg_startup</class><widget class="QDialog"> <property name="name"> <cstring>dlg_startup</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>284</width> <height>163</height> </rect> </property> <property name="caption"> <string>Welcome to eSvn</string> </property> <property name="focusPolicy"> <enum>TabFocus</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="resizeMode"> <enum>Fixed</enum> </property> <widget class="QButtonGroup" row="0" column="0"> <property name="name"> <cstring>buttonGroup1</cstring> </property> <property name="title"> <string></string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton"> <property name="name"> <cstring>rb_open_ws</cstring> </property> <property name="text"> <string>Open an existing working directory</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="buttonGroupId"> <number>1</number> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>rb_checkout</cstring> </property> <property name="focusPolicy"> <enum>TabFocus</enum> </property> <property name="text"> <string>Checkout a working copy</string> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>rb_import</cstring> </property> <property name="focusPolicy"> <enum>NoFocus</enum> </property> <property name="text"> <string>Import project to server</string> </property> <property name="buttonGroupId"> <number>1</number> </property> </widget> </vbox> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QLayoutWidget" row="2" column="0"> <property name="name"> <cstring>layout12</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer3</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>76</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>Alt+O</string> </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>Alt+C</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer5</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> </grid></widget><connections> <connection> <sender>buttonOK</sender> <signal>clicked()</signal> <receiver>dlg_startup</receiver> <slot>accept()</slot> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>dlg_startup</receiver> <slot>reject()</slot> </connection></connections><tabstops> <tabstop>rb_open_ws</tabstop> <tabstop>rb_checkout</tabstop> <tabstop>rb_import</tabstop> <tabstop>buttonOK</tabstop> <tabstop>buttonCancel</tabstop></tabstops><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -