2013-09-06 13:14:15 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CppTools::Internal::CppCodeModelSettingsPage</class>
<widget class="QWidget" name="CppTools::Internal::CppCodeModelSettingsPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>629</width>
<height>374</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2013-09-30 13:36:01 +02:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2013-09-06 13:14:15 +02:00
<item>
<widget class="QGroupBox" name="theGroupBox">
<property name="title">
<string>Code Completion and Semantic Highlighting</string>
</property>
<layout class="QFormLayout" name="formLayout">
2015-11-10 13:01:14 +01:00
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
2013-09-06 13:14:15 +02:00
<item row="1" column="0">
2015-11-10 13:01:14 +01:00
<widget class="QCheckBox" name="useClangCheckBox">
2013-09-06 13:14:15 +02:00
<property name="text">
2015-11-10 13:01:14 +01:00
<string>Use Clang Code Model</string>
2013-09-06 13:14:15 +02:00
</property>
</widget>
</item>
2015-11-10 13:01:14 +01:00
<item row="0" column="0">
<widget class="QLabel" name="activateClangCodeModelPluginHint">
2013-12-10 14:32:09 +01:00
<property name="text">
2015-11-10 13:01:14 +01:00
<string><i>Activate the Clang Code Model plugin to enable the options here.</i></string>
2013-12-10 14:32:09 +01:00
</property>
</widget>
</item>
2013-09-06 13:14:15 +02:00
</layout>
</widget>
</item>
2013-09-30 13:36:01 +02:00
<item>
<widget class="QGroupBox" name="anotherGroupBox">
<property name="title">
<string>Pre-compiled Headers</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="ignorePCHCheckBox">
<property name="toolTip">
<string><html><head/><body><p>When pre-compiled headers are not ignored, the parsing for code completion and semantic highlighting will process the pre-compiled header before processing any file.</p></body></html></string>
</property>
<property name="text">
<string>Ignore pre-compiled headers</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2013-09-06 13:14:15 +02:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>151</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>