forked from qt-creator/qt-creator
		
	Describe clazy levels, improve layouts. Change-Id: I4895682ea7d10ea910c2d53725073c9c870bb306 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
		
			
				
	
	
		
			167 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			167 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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>440</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Form</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
   <item>
 | 
						|
    <widget class="QGroupBox" name="anotherGroupBox">
 | 
						|
     <property name="title">
 | 
						|
      <string>General</string>
 | 
						|
     </property>
 | 
						|
     <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QCheckBox" name="interpretAmbiguousHeadersAsCHeaders">
 | 
						|
        <property name="text">
 | 
						|
         <string>Interpret ambiguous headers as C headers</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QCheckBox" name="ignorePCHCheckBox">
 | 
						|
        <property name="toolTip">
 | 
						|
         <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>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Ignore precompiled headers</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <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>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <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="QGroupBox" name="clangSettingsGroupBox">
 | 
						|
     <property name="sizePolicy">
 | 
						|
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 | 
						|
       <horstretch>0</horstretch>
 | 
						|
       <verstretch>0</verstretch>
 | 
						|
      </sizepolicy>
 | 
						|
     </property>
 | 
						|
     <property name="title">
 | 
						|
      <string>Clang Code Model Warnings</string>
 | 
						|
     </property>
 | 
						|
     <property name="checkable">
 | 
						|
      <bool>false</bool>
 | 
						|
     </property>
 | 
						|
     <layout class="QVBoxLayout" name="verticalLayout_3"/>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QGroupBox" name="clangPlugins">
 | 
						|
     <property name="title">
 | 
						|
      <string>Clang Plugins</string>
 | 
						|
     </property>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
      <item>
 | 
						|
       <widget class="QComboBox" name="pluginSelection">
 | 
						|
        <property name="sizePolicy">
 | 
						|
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | 
						|
          <horstretch>0</horstretch>
 | 
						|
          <verstretch>0</verstretch>
 | 
						|
         </sizepolicy>
 | 
						|
        </property>
 | 
						|
        <item>
 | 
						|
         <property name="text">
 | 
						|
          <string>ClangTidy</string>
 | 
						|
         </property>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <property name="text">
 | 
						|
          <string>Clazy</string>
 | 
						|
         </property>
 | 
						|
        </item>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QStackedWidget" name="pluginChecks"/>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <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>
 |