⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editfunctions.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>EditFunctionsBase</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><widget class="QDialog">    <property name="name">        <cstring>EditFunctionsBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>600</width>            <height>371</height>        </rect>    </property>    <property name="caption">        <string>Edit Functions</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <property name="whatsThis" stdset="0">        <string>&lt;b&gt;Edit Functions&lt;/b&gt;&lt;p&gt;Add, edit or delete the current form's slots or functions.&lt;/p&gt;&lt;p&gt;Click the &lt;b&gt;Add Function&lt;/b&gt;-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.&lt;/p&gt;&lt;p&gt;Select an entry from the list and click the &lt;b&gt;Delete Function&lt;/b&gt;-button to remove a function; in case of a slot all connections using this slot will also be removed.&lt;/p&gt;</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>Function</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Return Type</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Specifier</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Access</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Type</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>In Use</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <property name="name">                <cstring>functionListView</cstring>            </property>            <property name="sizePolicy">                <sizepolicy>                    <hsizetype>7</hsizetype>                    <vsizetype>7</vsizetype>                    <horstretch>0</horstretch>                    <verstretch>0</verstretch>                </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>&lt;b&gt;This form's functions.&lt;/b&gt;&lt;p&gt;Select the function you want to change or delete.&lt;/p&gt;</string>            </property>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout11</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>6</number>                </property>                <widget class="QCheckBox">                    <property name="name">                        <cstring>showOnlySlots</cstring>                    </property>                    <property name="focusPolicy">                        <enum>StrongFocus</enum>                    </property>                    <property name="text">                        <string>Only d&amp;isplay slots</string>                    </property>                    <property name="toolTip" stdset="0">                        <string>Change displaying mode for functions</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Check this button if only the slots should be displayed&lt;/b&gt;&lt;p&gt;Otherwise all functions, i.e. normal C++ functions and slots are displayed.&lt;/p&gt;</string>                    </property>                </widget>                <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>addFunction</cstring>                    </property>                    <property name="text">                        <string>&amp;New Function</string>                    </property>                    <property name="toolTip" stdset="0">                        <string>Add new function</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Add a new function.&lt;/b&gt;&lt;p&gt;New functions have a default name and public access.&lt;/p&gt;</string>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>deleteFunction</cstring>                    </property>                    <property name="text">                        <string>&amp;Delete Function</string>                    </property>                    <property name="toolTip" stdset="0">                        <string>Delete function</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Delete the selected function.&lt;/b&gt;&lt;p&gt;All connections using this function are also removed.&lt;/p&gt;</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>                    <horstretch>0</horstretch>                    <verstretch>0</verstretch>                </sizepolicy>            </property>            <property name="title">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -