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

📄 editfunctions.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 3 页
字号:
                                    </property>                                    <property name="alignment">                                        <set>AlignVCenter|AlignRight</set>                                    </property>                                    <property name="buddy" stdset="0">                                        <cstring>functionType</cstring>                                    </property>                                </widget>                                <widget class="QComboBox">                                    <item>                                        <property name="text">                                            <string>slot</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>function</string>                                        </property>                                    </item>                                    <property name="name">                                        <cstring>functionType</cstring>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Change function type</string>                                    </property>                                    <property name="whatsThis" stdset="0">                                        <string>&lt;b&gt;Change the type of the function.&lt;/b&gt;&lt;p&gt;The type specifies if the function is either a slot or a normal C++ function.&lt;/p&gt;</string>                                    </property>                                </widget>                                <spacer>                                    <property name="name">                                        <cstring>Spacer5</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>                            </hbox>                        </widget>                    </vbox>                </widget>            </vbox>        </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>helpButton</cstring>                    </property>                    <property name="text">                        <string>&amp;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>okButton</cstring>                    </property>                    <property name="text">                        <string>&amp;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>cancelButton</cstring>                    </property>                    <property name="text">                        <string>&amp;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>cancelButton</sender>        <signal>clicked()</signal>        <receiver>EditFunctionsBase</receiver>        <slot>reject()</slot>    </connection>    <connection>        <sender>okButton</sender>        <signal>clicked()</signal>        <receiver>EditFunctionsBase</receiver>        <slot>okClicked()</slot>    </connection>    <connection>        <sender>deleteFunction</sender>        <signal>clicked()</signal>        <receiver>EditFunctionsBase</receiver>        <slot>functionRemove()</slot>    </connection>    <connection>        <sender>addFunction</sender>        <signal>clicked()</signal>        <receiver>EditFunctionsBase</receiver>        <slot>functionAdd()</slot>    </connection>    <connection>        <sender>functionName</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentTextChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>functionListView</sender>        <signal>selectionChanged(QListViewItem*)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentItemChanged(QListViewItem*)</slot>    </connection>    <connection>        <sender>functionListView</sender>        <signal>currentChanged(QListViewItem*)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentItemChanged(QListViewItem*)</slot>    </connection>    <connection>        <sender>editType</sender>        <signal>textChanged(const QString&amp;)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentReturnTypeChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>functionSpecifier</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentSpecifierChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>functionAccess</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentAccessChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>functionType</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>currentTypeChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>showOnlySlots</sender>        <signal>toggled(bool)</signal>        <receiver>EditFunctionsBase</receiver>        <slot>displaySlots(bool)</slot>    </connection></connections><tabstops>    <tabstop>functionName</tabstop>    <tabstop>editType</tabstop>    <tabstop>functionSpecifier</tabstop>    <tabstop>functionAccess</tabstop>    <tabstop>functionType</tabstop>    <tabstop>helpButton</tabstop>    <tabstop>okButton</tabstop>    <tabstop>cancelButton</tabstop>    <tabstop>functionListView</tabstop>    <tabstop>showOnlySlots</tabstop>    <tabstop>addFunction</tabstop>    <tabstop>deleteFunction</tabstop></tabstops><slots>    <slot access="protected">currentItemChanged( QListViewItem * )</slot>    <slot access="protected">currentSpecifierChanged( const QString &amp; )</slot>    <slot access="protected">currentTextChanged( const QString &amp; )</slot>    <slot access="protected">currentReturnTypeChanged( const QString &amp; )</slot>    <slot access="protected">destroy()</slot>    <slot access="protected">init()</slot>    <slot access="protected">currentAccessChanged( const QString &amp; )</slot>    <slot access="protected">currentTypeChanged( const QString &amp; )</slot>    <slot access="protected">okClicked()</slot>    <slot access="protected">functionAdd()</slot>    <slot access="protected">functionRemove()</slot>    <slot access="protected">displaySlots( bool )</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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