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>
2021-02-23 13:51:41 +01:00
<width>697</width>
2017-11-16 14:53:09 +01:00
<height>440</height>
2013-09-06 13:14:15 +02:00
</rect>
</property>
<property name="windowTitle">
2018-03-02 17:58:33 +01:00
<string/>
2013-09-06 13:14:15 +02:00
</property>
2013-09-30 13:36:01 +02:00
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="anotherGroupBox">
<property name="title">
2017-01-12 18:01:12 +01:00
<string>General</string>
2013-09-30 13:36:01 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2017-01-12 18:01:12 +01:00
<item>
<widget class="QCheckBox" name="interpretAmbiguousHeadersAsCHeaders">
<property name="text">
<string>Interpret ambiguous headers as C headers</string>
</property>
</widget>
</item>
2013-09-30 13:36:01 +02:00
<item>
<widget class="QCheckBox" name="ignorePCHCheckBox">
<property name="toolTip">
2017-09-08 14:49:08 +02:00
<string><html><head/><body><p>When precompiled headers are not ignored, the parsing for code completion and semantic highlighting will process the precompiled header before processing any file.</p></body></html></string>
2013-09-30 13:36:01 +02:00
</property>
<property name="text">
2017-09-08 14:49:08 +02:00
<string>Ignore precompiled headers</string>
2013-09-30 13:36:01 +02:00
</property>
</widget>
</item>
2016-08-16 13:37:49 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="skipIndexingBigFilesCheckBox">
<property name="text">
<string>Do not index files greater than</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="bigFilesLimitSpinBox">
<property name="suffix">
<string>MB</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>500</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2021-02-23 13:51:41 +01:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="clangdCheckBox">
<property name="text">
<string>Use clangd (EXPERIMENTAL)</string>
</property>
</widget>
</item>
<item>
<widget class="Utils::PathChooser" name="clangdChooser"/>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2013-09-30 13:36:01 +02:00
</layout>
</widget>
</item>
2017-01-12 18:01:12 +01:00
<item>
2018-05-29 15:53:40 +02:00
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Clang Code Model</string>
2017-01-12 18:01:12 +01:00
</property>
2018-05-29 15:53:40 +02:00
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="clangCodeModelIsEnabledHint">
<property name="text">
<string><i>The Clang Code Model is enabled because the corresponding plugin is loaded.</i></string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="clangCodeModelIsDisabledHint">
<property name="text">
<string><i>The Clang Code Model is disabled because the corresponding plugin is not loaded.</i></string>
</property>
</widget>
</item>
<item>
<widget class="CppTools::ClangDiagnosticConfigsSelectionWidget" name="clangDiagnosticConfigsSelectionWidget" native="true"/>
</item>
2019-01-10 11:38:06 +01:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2018-05-29 15:53:40 +02:00
</layout>
2017-01-12 18:01:12 +01:00
</widget>
</item>
2018-05-04 15:58:41 +02:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
2017-01-12 18:01:12 +01:00
</property>
2018-05-04 15:58:41 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
2017-01-12 18:01:12 +01:00
</property>
2018-05-04 15:58:41 +02:00
</spacer>
2017-01-12 18:01:12 +01:00
</item>
2013-09-06 13:14:15 +02:00
</layout>
</widget>
2018-05-04 15:58:41 +02:00
<customwidgets>
<customwidget>
<class>CppTools::ClangDiagnosticConfigsSelectionWidget</class>
<extends>QWidget</extends>
<header>cpptools/clangdiagnosticconfigsselectionwidget.h</header>
</customwidget>
2021-02-23 13:51:41 +01:00
<customwidget>
<class>Utils::PathChooser</class>
<extends>QLineEdit</extends>
<header location="global">utils/pathchooser.h</header>
</customwidget>
2018-05-04 15:58:41 +02:00
</customwidgets>
2013-09-06 13:14:15 +02:00
<resources/>
<connections/>
</ui>