editslots.ui
来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· UI 代码 · 共 601 行 · 第 1/2 页
UI
601 行
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>EditSlotsBase</class><comment>*********************************************************************** Copyright (C) 2000 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><include location="local" implDecl="in declaration">editslots.ui.h</include><layoutdefaults spacing="6" margin="11"/><widget class="QDialog"> <property name="name"> <cstring>EditSlotsBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>572</width> <height>381</height> </rect> </property> <property name="caption"> <string>Edit Slots</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string><b>Edit Slots</b><p>Add, edit or delete the current form's slots.</p><p>Click the <b>Add Slot</b>-button to create a new slot; enter a slot name and choose an access mode.</p><p>Select an entry from the list and click the <b>Delete Slot</b>-button to remove a slot; all connections using this slot will also be removed.</p></string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QListView"> <column> <property name="text"> <string>Slot</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Type</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Specifier</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Access</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>In Use</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>slotListView</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> </sizepolicy> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="showSortIndicator"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string><b>This form's slots.</b><p>Select the slot you want to change or delete.</p></string> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <spacer> <property name="name"> <cstring>Vertical Spacing1</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>addSlot</cstring> </property> <property name="text"> <string>&New Slot</string> </property> <property name="toolTip" stdset="0"> <string>Add new slot</string> </property> <property name="whatsThis" stdset="0"> <string><b>Add a new slot.</b><p>New slots have a default name and public access.</p></string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>deleteSlot</cstring> </property> <property name="text"> <string>&Delete Slot</string> </property> <property name="toolTip" stdset="0"> <string>Delete slot</string> </property> <property name="whatsThis" stdset="0"> <string><b>Delete the selected slot.</b><p>All connections using this slot are also removed.</p></string> </property> </widget> </hbox> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>boxProperties</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> </sizepolicy> </property> <property name="title"> <string>Slot Properties</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout5</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="QLabel"> <property name="name"> <cstring>Label8</cstring> </property> <property name="text"> <string>&Slot:</string> </property> <property name="alignment"> <set>AlignAuto|AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> <cstring>slotName</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>slotName</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>0</vsizetype> </sizepolicy> </property> <property name="toolTip" stdset="0"> <string>Change slot name</string> </property> <property name="whatsThis" stdset="0"> <string><b>Change the name of the selected slot.</b><p>The name should include the argument list and must be syntactically correct.</p></string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>labelType</cstring> </property> <property name="text"> <string>&Return type:</string> </property> <property name="alignment"> <set>AlignAuto|AlignVCenter|AlignRight</set> </property> <property name="buddy" stdset="0"> <cstring>slotName</cstring> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>editType</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>0</vsizetype> </sizepolicy> </property> <property name="toolTip" stdset="0"> <string>Change slot name</string> </property> <property name="whatsThis" stdset="0"> <string><b>Change the name of the selected slot.</b><p>The name should include the argument list and must be syntactically correct.</p></string> </property> </widget> </hbox> </widget> <spacer> <property name="name"> <cstring>Spacer6_2</cstring> </property>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?