📄 newprojectlayout.ui
字号:
</property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLineEdit"> <property name="name"> <cstring>m_pTypesEdit</cstring> </property> <property name="whatsThis" stdset="0"> <string>You can enter custom file types here.</string> </property> </widget> <widget class="QListBox"> <item> <property name="text"> <string>*.c</string> </property> </item> <item> <property name="text"> <string>*.h</string> </property> </item> <item> <property name="text"> <string>*.l</string> </property> </item> <item> <property name="text"> <string>*.y</string> </property> </item> <item> <property name="text"> <string>*.S</string> </property> </item> <item> <property name="text"> <string>*.cc</string> </property> </item> <item> <property name="text"> <string>*.cpp</string> </property> </item> <item> <property name="text"> <string>*.cxx</string> </property> </item> <item> <property name="text"> <string>*.C</string> </property> </item> <item> <property name="text"> <string>*.hh</string> </property> </item> <item> <property name="text"> <string>*.hpp</string> </property> </item> <item> <property name="text"> <string>*.hxx</string> </property> </item> <item> <property name="text"> <string>*.H</string> </property> </item> <property name="name"> <cstring>m_pAvailTypesList</cstring> </property> <property name="whatsThis" stdset="0"> <string>A list of standard file types.</string> </property> </widget> </vbox> </widget> <spacer> <property name="name"> <cstring>spacer8_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>61</width> <height>21</height> </size> </property> </spacer> </hbox> </widget> <widget class="QWidget"> <property name="name"> <cstring>TabPage</cstring> </property> <attribute name="title"> <string>&Options</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>m_pKernelCheck</cstring> </property> <property name="text"> <string>Kernel project (-k)</string> </property> <property name="accel"> <string></string> </property> <property name="whatsThis" stdset="0"> <string>For kernel projects, symbols are not looked up in the standard include path.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>m_pInvCheck</cstring> </property> <property name="text"> <string>Build inverted inde&x (-q)</string> </property> <property name="accel"> <string>Alt+X</string> </property> <property name="whatsThis" stdset="0"> <string>An inverted index may greatly speed up searches in a large project. The project's building process is longer, though.</string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>m_pNoCompCheck</cstring> </property> <property name="text"> <string>Do not compress the database (-c)</string> </property> <property name="accel"> <string></string> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>m_pSlowPathCheck</cstring> </property> <property name="text"> <string>Slower, but more accurate, function definition detection (-D)</string> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout31</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>m_pAutoRebuildCheck</cstring> </property> <property name="text"> <string>Refresh data&base automatically</string> </property> <property name="accel"> <string>Alt+B</string> </property> <property name="whatsThis" stdset="0"> <string>Rebuild the database after changed files are saved to disk.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer32</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>125</width> <height>21</height> </size> </property> </spacer> <widget class="QLabel"> <property name="name"> <cstring>m_pAutoRebuildLabel</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>(Seconds)</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>m_pAutoRebuildSpin</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="whatsThis" stdset="0"> <string>Wait this number of seconds after the last save before rebuilding the database.</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout30</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>m_pACCheck</cstring> </property> <property name="text"> <string>&Use symbol auto-completion</string> </property> <property name="accel"> <string>Alt+U</string> </property> <property name="whatsThis" stdset="0"> <string>As-you-type symbol completion.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer33</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -