📄 editfunctions.ui
字号:
<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>&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><b>Change the name of the selected function.</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>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><b>Change the return type of the selected function.</b><p>Specifiy here the datatype which should be returned by the function.</p></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&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><b>Change the access policy of the function</b><p>All functions are created virtual and should be reimplemented in subclasses.</p></string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>&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><b>Change the access policy of the function</b><p>All functions are created virtual and should be reimplemented in subclasses.</p></string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> <property name="text"> <string>&Type:</string>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -