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

📄 editfunctions.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 3 页
字号:
                <string>Function 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>Layout14</cstring>                    </property>                    <vbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</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>&amp;Function:</string>                                    </property>                                    <property name="alignment">                                        <set>AlignVCenter|AlignRight</set>                                    </property>                                    <property name="buddy" stdset="0">                                        <cstring>functionName</cstring>                                    </property>                                </widget>                                <widget class="QLineEdit">                                    <property name="name">                                        <cstring>functionName</cstring>                                    </property>                                    <property name="sizePolicy">                                        <sizepolicy>                                            <hsizetype>7</hsizetype>                                            <vsizetype>0</vsizetype>                                            <horstretch>0</horstretch>                                            <verstretch>0</verstretch>                                        </sizepolicy>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Change function name</string>                                    </property>                                    <property name="whatsThis" stdset="0">                                        <string>&lt;b&gt;Change the name of the selected function.&lt;/b&gt;&lt;p&gt;The name should include the argument list and must be syntactically correct.&lt;/p&gt;</string>                                    </property>                                </widget>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>labelType</cstring>                                    </property>                                    <property name="text">                                        <string>&amp;Return type:</string>                                    </property>                                    <property name="alignment">                                        <set>AlignVCenter|AlignRight</set>                                    </property>                                    <property name="buddy" stdset="0">                                        <cstring>editType</cstring>                                    </property>                                </widget>                                <widget class="QLineEdit">                                    <property name="name">                                        <cstring>editType</cstring>                                    </property>                                    <property name="sizePolicy">                                        <sizepolicy>                                            <hsizetype>5</hsizetype>                                            <vsizetype>0</vsizetype>                                            <horstretch>0</horstretch>                                            <verstretch>0</verstretch>                                        </sizepolicy>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Change the return type of the function</string>                                    </property>                                    <property name="whatsThis" stdset="0">                                        <string>&lt;b&gt;Change the return type of the selected function.&lt;/b&gt;&lt;p&gt;Specifiy here the datatype which should be returned by the function.&lt;/p&gt;</string>                                    </property>                                </widget>                            </hbox>                        </widget>                        <spacer>                            <property name="name">                                <cstring>Spacer6_2</cstring>                            </property>                            <property name="orientation">                                <enum>Vertical</enum>                            </property>                            <property name="sizeType">                                <enum>Fixed</enum>                            </property>                            <property name="sizeHint">                                <size>                                    <width>20</width>                                    <height>16</height>                                </size>                            </property>                        </spacer>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>Layout13</cstring>                            </property>                            <hbox>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <property name="margin">                                    <number>0</number>                                </property>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>Label9_2</cstring>                                    </property>                                    <property name="text">                                        <string>S&amp;pecifier:</string>                                    </property>                                    <property name="alignment">                                        <set>AlignVCenter|AlignRight</set>                                    </property>                                    <property name="buddy" stdset="0">                                        <cstring>functionSpecifier</cstring>                                    </property>                                </widget>                                <widget class="QComboBox">                                    <item>                                        <property name="text">                                            <string>non virtual</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>virtual</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>pure virtual</string>                                        </property>                                    </item>                                    <property name="name">                                        <cstring>functionSpecifier</cstring>                                    </property>                                    <property name="sizePolicy">                                        <sizepolicy>                                            <hsizetype>1</hsizetype>                                            <vsizetype>0</vsizetype>                                            <horstretch>0</horstretch>                                            <verstretch>0</verstretch>                                        </sizepolicy>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Change function access</string>                                    </property>                                    <property name="whatsThis" stdset="0">                                        <string>&lt;b&gt;Change the access policy of the function&lt;/b&gt;&lt;p&gt;All functions are created virtual and should be reimplemented in subclasses.&lt;/p&gt;</string>                                    </property>                                </widget>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>TextLabel1</cstring>                                    </property>                                    <property name="text">                                        <string>&amp;Access:</string>                                    </property>                                    <property name="alignment">                                        <set>WordBreak|AlignVCenter|AlignRight</set>                                    </property>                                    <property name="buddy" stdset="0">                                        <cstring>functionAccess</cstring>                                    </property>                                </widget>                                <widget class="QComboBox">                                    <item>                                        <property name="text">                                            <string>public</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>protected</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>private</string>                                        </property>                                    </item>                                    <property name="name">                                        <cstring>functionAccess</cstring>                                    </property>                                    <property name="sizePolicy">                                        <sizepolicy>                                            <hsizetype>1</hsizetype>                                            <vsizetype>0</vsizetype>                                            <horstretch>0</horstretch>                                            <verstretch>0</verstretch>                                        </sizepolicy>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Change function access</string>                                    </property>                                    <property name="whatsThis" stdset="0">                                        <string>&lt;b&gt;Change the access policy of the function&lt;/b&gt;&lt;p&gt;All functions are created virtual and should be reimplemented in subclasses.&lt;/p&gt;</string>                                    </property>                                </widget>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>TextLabel1_2</cstring>                                    </property>                                    <property name="text">                                        <string>&amp;Type:</string>

⌨️ 快捷键说明

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