📄 formsettings.ui
字号:
</property> <property stdset="1"> <name>title</name> <string>&Includes</string> </property> <property stdset="1"> <name>frameShadow</name> <enum>Sunken</enum> </property> <property stdset="1"> <name>frameShape</name> <enum>Box</enum> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="0" column="0" rowspan="1" colspan="3" > <class>QListView</class> <column> <property> <name>text</name> <string>Include-File</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Access</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <property stdset="1"> <name>name</name> <cstring>listIncludes</cstring> </property> <property stdset="1"> <name>allColumnsShowFocus</name> <bool>true</bool> </property> <property stdset="1"> <name>showSortIndicator</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string>List of all files that will be included in the <em>classname.cpp</em>-file.</string> </property> </widget> <widget row="2" column="2" > <class>QComboBox</class> <item> <property> <name>text</name> <string>global</string> </property> </item> <item> <property> <name>text</name> <string>local</string> </property> </item> <property stdset="1"> <name>name</name> <cstring>comboLocation</cstring> </property> <property> <name>toolTip</name> <string>Select access mode</string> </property> <property> <name>whatsThis</name> <string><b>Change how the include file will be included.</b><p>Global include-files will be included using &lt;&gt;-brackets, while local files will included using quotation marks.</p></string> </property> </widget> <widget row="2" column="0" rowspan="1" colspan="2" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editInclude</cstring> </property> <property> <name>toolTip</name> <string>Change file</string> </property> <property> <name>whatsThis</name> <string>Change the name of the selected include-file.</string> </property> </widget> <widget row="1" column="2" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonRemove</cstring> </property> <property stdset="1"> <name>text</name> <string>&Delete Include</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Delete include-file</string> </property> <property> <name>whatsThis</name> <string>Delete the selected include-file from the list</string> </property> </widget> <spacer row="1" column="0" > <property> <name>name</name> <cstring>Spacer2</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>11</x> <y>132</y> <width>38</width> <height>20</height> </rect> </property> <property stdset="1"> <name>orientation</name> <enum>Horizontal</enum> </property> <property stdset="1"> <name>sizeType</name> <enum>Expanding</enum> </property> </spacer> <widget row="1" column="1" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonAdd</cstring> </property> <property stdset="1"> <name>text</name> <string>N&ew Include</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property> <name>toolTip</name> <string>Add include-file</string> </property> <property> <name>whatsThis</name> <string>Add a new include-file.</string> </property> </widget> </grid> </widget> <widget row="1" column="1" > <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox2_2</cstring> </property> <property stdset="1"> <name>title</name> <string>Forwa&rds</string> </property> <property stdset="1"> <name>frameShadow</name> <enum>Sunken</enum> </property> <property stdset="1"> <name>frameShape</name> <enum>Box</enum> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="0" column="0" rowspan="1" colspan="3" > <class>QListView</class> <column> <property> <name>text</name> <string>Forward Declaration</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <property stdset="1"> <name>name</name> <cstring>listForwards</cstring> </property> <property stdset="1"> <name>allColumnsShowFocus</name> <bool>true</bool> </property> <property stdset="1"> <name>showSortIndicator</name> <bool>true</bool> </property> <property> <name>whatsThis</name> <string>List of all forward declarations that will be included in the <em>classname.h</em>-file.</string> </property> </widget> <widget row="2" column="0" rowspan="1" colspan="3" > <class>QLineEdit</class> <property stdset="1"> <name>name</name> <cstring>editForward</cstring> </property> <property> <name>toolTip</name> <string>Change forward declaration</string> </property> <property> <name>whatsThis</name> <string>Change the name of the selected forward declaration. This should be something like <pre>class MyClass</pre></string> </property> </widget> <widget row="1" column="2" > <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>buttonRemoveForward</cstring> </property> <property stdset="1"> <name>text</name> <string>Dele&te Forward</string> </property> <property stdset="1"> <name>autoDefault</name> <bool>true</bool> </property> <property> <name>toolTip</name>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -