📄 iconvieweditor.ui
字号:
<size> <width>30</width> <height>22</height> </size> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>s_editcut.png</pixmap> </property> <property name="toolTip" stdset="0"> <string>Delete Pixmap</string> </property> <property name="whatsThis" stdset="0"> <string>Delete the selected item's pixmap.</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>itemChoosePixmap</cstring> </property> <property name="maximumSize"> <size> <width>30</width> <height>22</height> </size> </property> <property name="text"> <string>...</string> </property> <property name="toolTip" stdset="0"> <string>Select a Pixmap</string> </property> <property name="whatsThis" stdset="0"> <string>Select a pixmap file for the current item.</string> </property> </widget> </hbox> </widget> </grid> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QPushButton"> <property name="name"> <cstring>buttonHelp</cstring> </property> <property name="text"> <string>&Help</string> </property> <property name="autoDefault"> <bool>true</bool> </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>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>buttonApply</cstring> </property> <property name="text"> <string>&Apply</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string>Apply all changes.</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>buttonOk</cstring> </property> <property name="text"> <string>&OK</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string>Close the dialog and apply all the changes.</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>buttonCancel</cstring> </property> <property name="text"> <string>&Cancel</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string>Close the dialog and discard any changes.</string> </property> </widget> </hbox> </widget> </vbox></widget><connections> <connection> <sender>itemNew</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>insertNewItem()</slot> </connection> <connection> <sender>itemDelete</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>deleteCurrentItem()</slot> </connection> <connection> <sender>itemText</sender> <signal>textChanged( const QString & )</signal> <receiver>IconViewEditorBase</receiver> <slot>currentTextChanged(const QString&)</slot> </connection> <connection> <sender>buttonOk</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>okClicked()</slot> </connection> <connection> <sender>buttonApply</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>applyClicked()</slot> </connection> <connection> <sender>buttonCancel</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>cancelClicked()</slot> </connection> <connection> <sender>itemChoosePixmap</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>choosePixmap()</slot> </connection> <connection> <sender>preview</sender> <signal>selectionChanged(QIconViewItem*)</signal> <receiver>IconViewEditorBase</receiver> <slot>currentItemChanged(QIconViewItem*)</slot> </connection> <connection> <sender>preview</sender> <signal>currentChanged(QIconViewItem*)</signal> <receiver>IconViewEditorBase</receiver> <slot>currentItemChanged(QIconViewItem*)</slot> </connection> <connection> <sender>itemDeletePixmap</sender> <signal>clicked()</signal> <receiver>IconViewEditorBase</receiver> <slot>deletePixmap()</slot> </connection></connections><tabstops> <tabstop>buttonOk</tabstop> <tabstop>buttonCancel</tabstop> <tabstop>preview</tabstop> <tabstop>itemNew</tabstop> <tabstop>itemDelete</tabstop> <tabstop>itemText</tabstop> <tabstop>itemDeletePixmap</tabstop> <tabstop>itemChoosePixmap</tabstop> <tabstop>buttonHelp</tabstop> <tabstop>buttonApply</tabstop></tabstops><slots> <slot access="protected">init()</slot> <slot access="protected">destroy()</slot> <slot access="protected">applyClicked()</slot> <slot access="protected">cancelClicked()</slot> <slot access="protected">choosePixmap()</slot> <slot access="protected">currentItemChanged( QIconViewItem * )</slot> <slot access="protected">currentTextChanged( const QString & )</slot> <slot access="protected">deleteCurrentItem()</slot> <slot access="protected">insertNewItem()</slot> <slot access="protected">deletePixmap()</slot> <slot access="protected">okClicked()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -