📄 dlg_log.ui
字号:
</property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Message</string> </property> </widget> <widget class="QComboBox"> <property name="name"> <cstring>cb_msg</cstring> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> <property name="editable"> <bool>true</bool> </property> <property name="insertionPolicy"> <enum>AtTop</enum> </property> <property name="autoCompletion"> <bool>true</bool> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> <widget class="QToolButton"> <property name="name"> <cstring>bt_clear_msg</cstring> </property> <property name="maximumSize"> <size> <width>32767</width> <height>24</height> </size> </property> <property name="text"> <string></string> </property> <property name="iconSet"> <iconset>clear_left.png</iconset> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Author</string> </property> </widget> <widget class="QComboBox"> <property name="name"> <cstring>cb_author</cstring> </property> <property name="editable"> <bool>true</bool> </property> <property name="sizeLimit"> <number>10</number> </property> <property name="insertionPolicy"> <enum>AtTop</enum> </property> <property name="autoCompletion"> <bool>true</bool> </property> <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> <widget class="QToolButton"> <property name="name"> <cstring>bt_clear_author</cstring> </property> <property name="maximumSize"> <size> <width>32767</width> <height>24</height> </size> </property> <property name="text"> <string></string> </property> <property name="iconSet"> <iconset>clear_left.png</iconset> </property> </widget> </hbox> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>ch_stop</cstring> </property> <property name="text"> <string>Stop on copy</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>bt_apply</cstring> </property> <property name="text"> <string>&Apply</string> </property> <property name="accel"> <string>Alt+A</string> </property> </widget> </hbox> </widget> </grid> </widget> </grid></widget><connections> <connection> <sender>bt_select</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>accept()</slot> </connection> <connection> <sender>list_log</sender> <signal>selectionChanged(QListViewItem*)</signal> <receiver>dlg_log</receiver> <slot>list_log_selectionChanged(QListViewItem*)</slot> </connection> <connection> <sender>bt_view</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>bt_view_clicked()</slot> </connection> <connection> <sender>bt_update</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>bt_update_clicked()</slot> </connection> <connection> <sender>bt_diff</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>bt_diff_clicked()</slot> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>reject()</slot> </connection> <connection> <sender>bt_clear_msg</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>bt_clear_msg_clicked()</slot> </connection> <connection> <sender>bt_clear_author</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>bt_clear_author_clicked()</slot> </connection> <connection> <sender>bt_apply</sender> <signal>clicked()</signal> <receiver>dlg_log</receiver> <slot>bt_apply_clicked()</slot> </connection> <connection> <sender>list_log</sender> <signal>mouseButtonPressed(int,QListViewItem*,const QPoint&,int)</signal> <receiver>dlg_log</receiver> <slot>list_log_mouseButtonPressed(int,QListViewItem*,const QPoint&,int)</slot> </connection></connections><tabstops> <tabstop>cb_msg</tabstop> <tabstop>cb_author</tabstop> <tabstop>list_log</tabstop> <tabstop>msg_box</tabstop> <tabstop>bt_view</tabstop> <tabstop>bt_update</tabstop> <tabstop>bt_diff</tabstop> <tabstop>bt_select</tabstop> <tabstop>buttonCancel</tabstop> <tabstop>ch_stop</tabstop></tabstops><includes> <include location="local" impldecl="in implementation">dlg_log.ui.h</include></includes><slots> <slot>list_log_selectionChanged( QListViewItem * item )</slot> <slot>bt_view_clicked()</slot> <slot>bt_update_clicked()</slot> <slot>bt_diff_clicked()</slot> <slot>bt_chpath_clicked()</slot> <slot>bt_clear_msg_clicked()</slot> <slot>bt_clear_author_clicked()</slot> <slot>bt_apply_clicked()</slot> <slot>list_log_mouseButtonPressed( int, QListViewItem *, const QPoint &, int )</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -