📄 dlg_copy.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>dlg_copy</class><widget class="QDialog"> <property name="name"> <cstring>dlg_copy</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>528</width> <height>269</height> </rect> </property> <property name="caption"> <string>Copy</string> </property> <property name="icon"> <pixmap>editcopy.png</pixmap> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <property name="modal"> <bool>true</bool> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="resizeMode"> <enum>Fixed</enum> </property> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout92</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout91</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Source</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>Destination</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout90</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout88</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>le_source</cstring> </property> <property name="minimumSize"> <size> <width>400</width> <height>0</height> </size> </property> </widget> <widget class="QToolButton"> <property name="name"> <cstring>tb_src</cstring> </property> <property name="text"> <string>...</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout89</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>le_dest</cstring> </property> </widget> <widget class="QToolButton"> <property name="name"> <cstring>tb_dst</cstring> </property> <property name="text"> <string>...</string> </property> </widget> </hbox> </widget> </vbox> </widget> </hbox> </widget> <widget class="QButtonGroup" row="1" column="0"> <property name="name"> <cstring>buttonGroup5</cstring> </property> <property name="title"> <string></string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>le_revision</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLineEdit" row="0" column="3"> <property name="name"> <cstring>le_date</cstring> </property> </widget> <widget class="QRadioButton" row="0" column="2"> <property name="name"> <cstring>radioButton2</cstring> </property> <property name="text"> <string>Date:</string> </property> </widget> <widget class="QRadioButton" row="0" column="0"> <property name="name"> <cstring>rb_revision</cstring> </property> <property name="text"> <string>Revision</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="buttonGroupId"> <number>1</number> </property> </widget> </grid> </widget> <widget class="QGroupBox" row="2" column="0"> <property name="name"> <cstring>groupBox5</cstring> </property> <property name="title"> <string>Message</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QTextEdit" row="0" column="0"> <property name="name"> <cstring>te_msg</cstring> </property> </widget> </grid> </widget> <widget class="QLayoutWidget" row="3" column="0"> <property name="name"> <cstring>layout110</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>lb_url</cstring> </property> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>textLabel1</string> </property> </widget> <spacer> <property name="name"> <cstring>Horizontal Spacing2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>210</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></string> </property> <property name="autoDefault"> <bool>true</bool> </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></string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </hbox> </widget> </grid></widget><connections> <connection> <sender>buttonOk</sender> <signal>clicked()</signal> <receiver>dlg_copy</receiver> <slot>accept()</slot> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>dlg_copy</receiver> <slot>reject()</slot> </connection> <connection> <sender>tb_src</sender> <signal>clicked()</signal> <receiver>dlg_copy</receiver> <slot>tb_src_clicked()</slot> </connection> <connection> <sender>tb_dst</sender> <signal>clicked()</signal> <receiver>dlg_copy</receiver> <slot>tb_dst_clicked()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">dlg_copy.ui.h</include></includes><slots> <slot>tb_src_clicked()</slot> <slot>tb_dst_clicked()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -