📄 configwidget.ui
字号:
<ui version="4.0" > <class>ConfigWidget</class> <widget class="QWidget" name="ConfigWidget" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>Cscope Configuration</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <widget class="QCheckBox" name="kernelCheck_" > <property name="text" > <string>Kernel project (do not index user-space include files)</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="invIndexCheck_" > <property name="text" > <string>Build inverted index</string> </property> <property name="checked" > <bool>false</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="compressCheck_" > <property name="text" > <string>Compress database</string> </property> <property name="checked" > <bool>false</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer" > <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0" > <size> <width>20</width> <height>203</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -