📄 configtoolboxdialog.ui
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>ConfigToolboxDialog</class><comment>*********************************************************************** Copyright (C) 2002 Trolltech AS. All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget class="QDialog"> <property name="name"> <cstring>ConfigToolboxDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>403</width> <height>467</height> </rect> </property> <property name="caption"> <string>Configure Toolbox</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>342</width> <height>0</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>PushButton3</cstring> </property> <property name="text"> <string>OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButton4</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout4</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton" row="1" column="1"> <property name="name"> <cstring>buttonAdd</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Add</string> </property> </widget> <spacer row="1" column="0"> <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>111</width> <height>0</height> </size> </property> </spacer> <widget class="QListView" row="0" column="0" rowspan="1" colspan="2"> <column> <property name="text"> <string>Available Tools</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>listViewTools</cstring> </property> <property name="selectionMode"> <enum>Extended</enum> </property> <property name="resizeMode"> <enum>LastColumn</enum> </property> </widget> </grid> </widget> <widget class="QLayoutWidget" row="0" column="1"> <property name="name"> <cstring>Layout5</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton" row="1" column="0"> <property name="name"> <cstring>buttonRemove</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Remove</string> </property> </widget> <widget class="QListView" row="0" column="0" rowspan="1" colspan="4"> <column> <property name="text"> <string>Common Widgets Page</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>listViewCommon</cstring> </property> <property name="selectionMode"> <enum>Extended</enum> </property> <property name="resizeMode"> <enum>LastColumn</enum> </property> </widget> <widget class="QToolButton" row="1" column="3"> <property name="name"> <cstring>buttonDown</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>s_down.png</pixmap> </property> </widget> <spacer row="1" column="1"> <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>41</width> <height>0</height> </size> </property> </spacer> <widget class="QToolButton" row="1" column="2"> <property name="name"> <cstring>buttonUp</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>s_up.png</pixmap> </property> </widget> </grid> </widget> </grid></widget><connections> <connection> <sender>buttonAdd</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>addTool()</slot> </connection> <connection> <sender>buttonRemove</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>removeTool()</slot> </connection> <connection> <sender>buttonUp</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>moveToolUp()</slot> </connection> <connection> <sender>buttonDown</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>moveToolDown()</slot> </connection> <connection> <sender>listViewTools</sender> <signal>clicked(QListViewItem*)</signal> <receiver>ConfigToolboxDialog</receiver> <slot>currentToolChanged(QListViewItem*)</slot> </connection> <connection> <sender>listViewCommon</sender> <signal>clicked(QListViewItem*)</signal> <receiver>ConfigToolboxDialog</receiver> <slot>currentCommonToolChanged(QListViewItem*)</slot> </connection> <connection> <sender>PushButton3</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>accept()</slot> </connection> <connection> <sender>PushButton4</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>reject()</slot> </connection> <connection> <sender>PushButton3</sender> <signal>clicked()</signal> <receiver>ConfigToolboxDialog</receiver> <slot>ok()</slot> </connection> <connection> <sender>listViewTools</sender> <signal>doubleClicked(QListViewItem*)</signal> <receiver>ConfigToolboxDialog</receiver> <slot>addTool()</slot> </connection></connections><includes> <include location="local" impldecl="in implementation">configtoolboxdialog.ui.h</include></includes><slots> <slot>addTool()</slot> <slot>removeTool()</slot> <slot>moveToolUp()</slot> <slot>moveToolDown()</slot> <slot>currentToolChanged( QListViewItem * i )</slot> <slot>currentCommonToolChanged( QListViewItem * i )</slot> <slot>ok()</slot></slots><functions> <function access="private">init()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -