Files
qt-creator/src/plugins/clangformat/clangformatchecks.ui

3300 lines
85 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ClangFormat::ClangFormatChecksWidget</class>
<widget class="QWidget" name="ClangFormat::ClangFormatChecksWidget">
<property name="maximumSize">
<size>
<width>480</width>
<height>16777215</height>
</size>
</property>
<layout class="QGridLayout" name="checksLayout">
<item row="0" column="0">
<widget class="QLabel" name="labelBasedOnStyle">
<property name="text">
<string notr="true">BasedOnStyle</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="BasedOnStyle">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">LLVM</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Google</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Chromium</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Mozilla</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">WebKit</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelAccessModifierOffset">
<property name="text">
<string notr="true">AccessModifierOffset</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="AccessModifierOffset">
</widget>
</item>
<item>
<widget class="QPushButton" name="setAccessModifierOffset">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelAlignAfterOpenBracket">
<property name="text">
<string notr="true">AlignAfterOpenBracket</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="AlignAfterOpenBracket">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Align</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">DontAlign</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">AlwaysBreak</string>
</property>
</item>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="labelAlignConsecutiveAssignments">
<property name="text">
<string notr="true">AlignConsecutiveAssignments</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="AlignConsecutiveAssignments">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="labelAlignConsecutiveDeclarations">
<property name="text">
<string notr="true">AlignConsecutiveDeclarations</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="AlignConsecutiveDeclarations">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="labelAlignEscapedNewlines">
<property name="text">
<string notr="true">AlignEscapedNewlines</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="AlignEscapedNewlines">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">DontAlign</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Left</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Right</string>
</property>
</item>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="labelAlignOperands">
<property name="text">
<string notr="true">AlignOperands</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QComboBox" name="AlignOperands">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="labelAlignTrailingComments">
<property name="text">
<string notr="true">AlignTrailingComments</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QComboBox" name="AlignTrailingComments">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="labelAllowAllParametersOfDeclarationOnNextLine">
<property name="text">
<string notr="true">AllowAllParametersOfDeclarationOnNextLine</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QComboBox" name="AllowAllParametersOfDeclarationOnNextLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="labelAllowShortBlocksOnASingleLine">
<property name="text">
<string notr="true">AllowShortBlocksOnASingleLine</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QComboBox" name="AllowShortBlocksOnASingleLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="labelAllowShortCaseLabelsOnASingleLine">
<property name="text">
<string notr="true">AllowShortCaseLabelsOnASingleLine</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QComboBox" name="AllowShortCaseLabelsOnASingleLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="labelAllowShortFunctionsOnASingleLine">
<property name="text">
<string notr="true">AllowShortFunctionsOnASingleLine</string>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QComboBox" name="AllowShortFunctionsOnASingleLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">InlineOnly</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Empty</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Inline</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">All</string>
</property>
</item>
</widget>
</item>
<item row="12" column="0">
<widget class="QLabel" name="labelAllowShortIfStatementsOnASingleLine">
<property name="text">
<string notr="true">AllowShortIfStatementsOnASingleLine</string>
</property>
</widget>
</item>
<item row="12" column="1">
<widget class="QComboBox" name="AllowShortIfStatementsOnASingleLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="13" column="0">
<widget class="QLabel" name="labelAllowShortLoopsOnASingleLine">
<property name="text">
<string notr="true">AllowShortLoopsOnASingleLine</string>
</property>
</widget>
</item>
<item row="13" column="1">
<widget class="QComboBox" name="AllowShortLoopsOnASingleLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="14" column="0">
<widget class="QLabel" name="labelAlwaysBreakAfterDefinitionReturnType">
<property name="text">
<string notr="true">AlwaysBreakAfterDefinitionReturnType</string>
</property>
</widget>
</item>
<item row="14" column="1">
<widget class="QComboBox" name="AlwaysBreakAfterDefinitionReturnType">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">All</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">TopLevel</string>
</property>
</item>
</widget>
</item>
<item row="15" column="0">
<widget class="QLabel" name="labelAlwaysBreakAfterReturnType">
<property name="text">
<string notr="true">AlwaysBreakAfterReturnType</string>
</property>
</widget>
</item>
<item row="15" column="1">
<widget class="QComboBox" name="AlwaysBreakAfterReturnType">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">All</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">TopLevel</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">AllDefinitions</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">TopLevelDefinitions</string>
</property>
</item>
</widget>
</item>
<item row="16" column="0">
<widget class="QLabel" name="labelAlwaysBreakBeforeMultilineStrings">
<property name="text">
<string notr="true">AlwaysBreakBeforeMultilineStrings</string>
</property>
</widget>
</item>
<item row="16" column="1">
<widget class="QComboBox" name="AlwaysBreakBeforeMultilineStrings">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="17" column="0">
<widget class="QLabel" name="labelAlwaysBreakTemplateDeclarations">
<property name="text">
<string notr="true">AlwaysBreakTemplateDeclarations</string>
</property>
</widget>
</item>
<item row="17" column="1">
<widget class="QComboBox" name="AlwaysBreakTemplateDeclarations">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">No</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">MultiLine</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Yes</string>
</property>
</item>
</widget>
</item>
<item row="18" column="0">
<widget class="QLabel" name="labelBinPackArguments">
<property name="text">
<string notr="true">BinPackArguments</string>
</property>
</widget>
</item>
<item row="18" column="1">
<widget class="QComboBox" name="BinPackArguments">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="19" column="0">
<widget class="QLabel" name="labelBinPackParameters">
<property name="text">
<string notr="true">BinPackParameters</string>
</property>
</widget>
</item>
<item row="19" column="1">
<widget class="QComboBox" name="BinPackParameters">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="20" column="0">
<widget class="QLabel" name="labelBraceWrapping">
<property name="text">
<string notr="true">BraceWrapping</string>
</property>
</widget>
</item>
<item row="21" column="0">
<widget class="QLabel" name="labelAfterClass">
<property name="text">
<string notr="true"> AfterClass</string>
</property>
</widget>
</item>
<item row="21" column="1">
<widget class="QComboBox" name="AfterClass">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="22" column="0">
<widget class="QLabel" name="labelAfterControlStatement">
<property name="text">
<string notr="true"> AfterControlStatement</string>
</property>
</widget>
</item>
<item row="22" column="1">
<widget class="QComboBox" name="AfterControlStatement">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="23" column="0">
<widget class="QLabel" name="labelAfterEnum">
<property name="text">
<string notr="true"> AfterEnum</string>
</property>
</widget>
</item>
<item row="23" column="1">
<widget class="QComboBox" name="AfterEnum">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="24" column="0">
<widget class="QLabel" name="labelAfterFunction">
<property name="text">
<string notr="true"> AfterFunction</string>
</property>
</widget>
</item>
<item row="24" column="1">
<widget class="QComboBox" name="AfterFunction">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="25" column="0">
<widget class="QLabel" name="labelAfterNamespace">
<property name="text">
<string notr="true"> AfterNamespace</string>
</property>
</widget>
</item>
<item row="25" column="1">
<widget class="QComboBox" name="AfterNamespace">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="26" column="0">
<widget class="QLabel" name="labelAfterObjCDeclaration">
<property name="text">
<string notr="true"> AfterObjCDeclaration</string>
</property>
</widget>
</item>
<item row="26" column="1">
<widget class="QComboBox" name="AfterObjCDeclaration">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="27" column="0">
<widget class="QLabel" name="labelAfterStruct">
<property name="text">
<string notr="true"> AfterStruct</string>
</property>
</widget>
</item>
<item row="27" column="1">
<widget class="QComboBox" name="AfterStruct">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="28" column="0">
<widget class="QLabel" name="labelAfterUnion">
<property name="text">
<string notr="true"> AfterUnion</string>
</property>
</widget>
</item>
<item row="28" column="1">
<widget class="QComboBox" name="AfterUnion">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="29" column="0">
<widget class="QLabel" name="labelAfterExternBlock">
<property name="text">
<string notr="true"> AfterExternBlock</string>
</property>
</widget>
</item>
<item row="29" column="1">
<widget class="QComboBox" name="AfterExternBlock">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="30" column="0">
<widget class="QLabel" name="labelBeforeCatch">
<property name="text">
<string notr="true"> BeforeCatch</string>
</property>
</widget>
</item>
<item row="30" column="1">
<widget class="QComboBox" name="BeforeCatch">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="31" column="0">
<widget class="QLabel" name="labelBeforeElse">
<property name="text">
<string notr="true"> BeforeElse</string>
</property>
</widget>
</item>
<item row="31" column="1">
<widget class="QComboBox" name="BeforeElse">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="32" column="0">
<widget class="QLabel" name="labelIndentBraces">
<property name="text">
<string notr="true"> IndentBraces</string>
</property>
</widget>
</item>
<item row="32" column="1">
<widget class="QComboBox" name="IndentBraces">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="33" column="0">
<widget class="QLabel" name="labelSplitEmptyFunction">
<property name="text">
<string notr="true"> SplitEmptyFunction</string>
</property>
</widget>
</item>
<item row="33" column="1">
<widget class="QComboBox" name="SplitEmptyFunction">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="34" column="0">
<widget class="QLabel" name="labelSplitEmptyRecord">
<property name="text">
<string notr="true"> SplitEmptyRecord</string>
</property>
</widget>
</item>
<item row="34" column="1">
<widget class="QComboBox" name="SplitEmptyRecord">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="35" column="0">
<widget class="QLabel" name="labelSplitEmptyNamespace">
<property name="text">
<string notr="true"> SplitEmptyNamespace</string>
</property>
</widget>
</item>
<item row="35" column="1">
<widget class="QComboBox" name="SplitEmptyNamespace">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="36" column="0">
<widget class="QLabel" name="labelBreakAfterJavaFieldAnnotations">
<property name="text">
<string notr="true">BreakAfterJavaFieldAnnotations</string>
</property>
</widget>
</item>
<item row="36" column="1">
<widget class="QComboBox" name="BreakAfterJavaFieldAnnotations">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="37" column="0">
<widget class="QLabel" name="labelBreakBeforeBinaryOperators">
<property name="text">
<string notr="true">BreakBeforeBinaryOperators</string>
</property>
</widget>
</item>
<item row="37" column="1">
<widget class="QComboBox" name="BreakBeforeBinaryOperators">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">NonAssignment</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">All</string>
</property>
</item>
</widget>
</item>
<item row="38" column="0">
<widget class="QLabel" name="labelBreakBeforeBraces">
<property name="text">
<string notr="true">BreakBeforeBraces</string>
</property>
</widget>
</item>
<item row="38" column="1">
<widget class="QComboBox" name="BreakBeforeBraces">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Attach</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Linux</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Mozilla</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Stroustrup</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Allman</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">GNU</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">WebKit</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Custom</string>
</property>
</item>
</widget>
</item>
<item row="39" column="0">
<widget class="QLabel" name="labelBreakBeforeTernaryOperators">
<property name="text">
<string notr="true">BreakBeforeTernaryOperators</string>
</property>
</widget>
</item>
<item row="39" column="1">
<widget class="QComboBox" name="BreakBeforeTernaryOperators">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="40" column="0">
<widget class="QLabel" name="labelBreakConstructorInitializers">
<property name="text">
<string notr="true">BreakConstructorInitializers</string>
</property>
</widget>
</item>
<item row="40" column="1">
<widget class="QComboBox" name="BreakConstructorInitializers">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">BeforeColon</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">BeforeComma</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">AfterColon</string>
</property>
</item>
</widget>
</item>
<item row="41" column="0">
<widget class="QLabel" name="labelBreakInheritanceList">
<property name="text">
<string notr="true">BreakInheritanceList</string>
</property>
</widget>
</item>
<item row="41" column="1">
<widget class="QComboBox" name="BreakInheritanceList">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">BeforeColon</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">BeforeComma</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">AfterColon</string>
</property>
</item>
</widget>
</item>
<item row="42" column="0">
<widget class="QLabel" name="labelBreakStringLiterals">
<property name="text">
<string notr="true">BreakStringLiterals</string>
</property>
</widget>
</item>
<item row="42" column="1">
<widget class="QComboBox" name="BreakStringLiterals">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="43" column="0">
<widget class="QLabel" name="labelColumnLimit">
<property name="text">
<string notr="true">ColumnLimit</string>
</property>
</widget>
</item>
<item row="43" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="ColumnLimit">
</widget>
</item>
<item>
<widget class="QPushButton" name="setColumnLimit">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="44" column="0">
<widget class="QLabel" name="labelCommentPragmas">
<property name="text">
<string notr="true">CommentPragmas</string>
</property>
</widget>
</item>
<item row="44" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="CommentPragmas">
</widget>
</item>
<item>
<widget class="QPushButton" name="setCommentPragmas">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="45" column="0">
<widget class="QLabel" name="labelCompactNamespaces">
<property name="text">
<string notr="true">CompactNamespaces</string>
</property>
</widget>
</item>
<item row="45" column="1">
<widget class="QComboBox" name="CompactNamespaces">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="46" column="0">
<widget class="QLabel" name="labelConstructorInitializerAllOnOneLineOrOnePerLine">
<property name="text">
<string notr="true">ConstructorInitializerAllOnOneLineOrOnePerLine</string>
</property>
</widget>
</item>
<item row="46" column="1">
<widget class="QComboBox" name="ConstructorInitializerAllOnOneLineOrOnePerLine">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="47" column="0">
<widget class="QLabel" name="labelConstructorInitializerIndentWidth">
<property name="text">
<string notr="true">ConstructorInitializerIndentWidth</string>
</property>
</widget>
</item>
<item row="47" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="ConstructorInitializerIndentWidth">
</widget>
</item>
<item>
<widget class="QPushButton" name="setConstructorInitializerIndentWidth">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="48" column="0">
<widget class="QLabel" name="labelContinuationIndentWidth">
<property name="text">
<string notr="true">ContinuationIndentWidth</string>
</property>
</widget>
</item>
<item row="48" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="ContinuationIndentWidth">
</widget>
</item>
<item>
<widget class="QPushButton" name="setContinuationIndentWidth">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="49" column="0">
<widget class="QLabel" name="labelCpp11BracedListStyle">
<property name="text">
<string notr="true">Cpp11BracedListStyle</string>
</property>
</widget>
</item>
<item row="49" column="1">
<widget class="QComboBox" name="Cpp11BracedListStyle">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="50" column="0">
<widget class="QLabel" name="labelDerivePointerAlignment">
<property name="text">
<string notr="true">DerivePointerAlignment</string>
</property>
</widget>
</item>
<item row="50" column="1">
<widget class="QComboBox" name="DerivePointerAlignment">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="51" column="0">
<widget class="QLabel" name="labelDisableFormat">
<property name="text">
<string notr="true">DisableFormat</string>
</property>
</widget>
</item>
<item row="51" column="1">
<widget class="QComboBox" name="DisableFormat">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="52" column="0">
<widget class="QLabel" name="labelExperimentalAutoDetectBinPacking">
<property name="text">
<string notr="true">ExperimentalAutoDetectBinPacking</string>
</property>
</widget>
</item>
<item row="52" column="1">
<widget class="QComboBox" name="ExperimentalAutoDetectBinPacking">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="53" column="0">
<widget class="QLabel" name="labelFixNamespaceComments">
<property name="text">
<string notr="true">FixNamespaceComments</string>
</property>
</widget>
</item>
<item row="53" column="1">
<widget class="QComboBox" name="FixNamespaceComments">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="54" column="0">
<widget class="QLabel" name="labelForEachMacros">
<property name="text">
<string notr="true">ForEachMacros</string>
</property>
</widget>
</item>
<item row="54" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QPlainTextEdit" name="ForEachMacros">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"/>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="setForEachMacros">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="55" column="0">
<widget class="QLabel" name="labelIncludeBlocks">
<property name="text">
<string notr="true">IncludeBlocks</string>
</property>
</widget>
</item>
<item row="55" column="1">
<widget class="QComboBox" name="IncludeBlocks">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Preserve</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Merge</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Regroup</string>
</property>
</item>
</widget>
</item>
<item row="56" column="0">
<widget class="QLabel" name="labelIncludeCategories">
<property name="text">
<string notr="true">IncludeCategories</string>
</property>
</widget>
</item>
<item row="56" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QPlainTextEdit" name="IncludeCategories">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"/>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="setIncludeCategories">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="57" column="0">
<widget class="QLabel" name="labelIncludeIsMainRegex">
<property name="text">
<string notr="true">IncludeIsMainRegex</string>
</property>
</widget>
</item>
<item row="57" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="IncludeIsMainRegex">
</widget>
</item>
<item>
<widget class="QPushButton" name="setIncludeIsMainRegex">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="58" column="0">
<widget class="QLabel" name="labelIndentCaseLabels">
<property name="text">
<string notr="true">IndentCaseLabels</string>
</property>
</widget>
</item>
<item row="58" column="1">
<widget class="QComboBox" name="IndentCaseLabels">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="59" column="0">
<widget class="QLabel" name="labelIndentPPDirectives">
<property name="text">
<string notr="true">IndentPPDirectives</string>
</property>
</widget>
</item>
<item row="59" column="1">
<widget class="QComboBox" name="IndentPPDirectives">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">AfterHash</string>
</property>
</item>
</widget>
</item>
<item row="60" column="0">
<widget class="QLabel" name="labelIndentWidth">
<property name="text">
<string notr="true">IndentWidth</string>
</property>
</widget>
</item>
<item row="60" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="IndentWidth">
</widget>
</item>
<item>
<widget class="QPushButton" name="setIndentWidth">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="61" column="0">
<widget class="QLabel" name="labelIndentWrappedFunctionNames">
<property name="text">
<string notr="true">IndentWrappedFunctionNames</string>
</property>
</widget>
</item>
<item row="61" column="1">
<widget class="QComboBox" name="IndentWrappedFunctionNames">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="62" column="0">
<widget class="QLabel" name="labelJavaImportGroups">
<property name="text">
<string notr="true">JavaImportGroups</string>
</property>
</widget>
</item>
<item row="62" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QPlainTextEdit" name="JavaImportGroups">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"/>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="setJavaImportGroups">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="63" column="0">
<widget class="QLabel" name="labelJavaScriptQuotes">
<property name="text">
<string notr="true">JavaScriptQuotes</string>
</property>
</widget>
</item>
<item row="63" column="1">
<widget class="QComboBox" name="JavaScriptQuotes">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Leave</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Single</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Double</string>
</property>
</item>
</widget>
</item>
<item row="64" column="0">
<widget class="QLabel" name="labelJavaScriptWrapImports">
<property name="text">
<string notr="true">JavaScriptWrapImports</string>
</property>
</widget>
</item>
<item row="64" column="1">
<widget class="QComboBox" name="JavaScriptWrapImports">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="65" column="0">
<widget class="QLabel" name="labelKeepEmptyLinesAtTheStartOfBlocks">
<property name="text">
<string notr="true">KeepEmptyLinesAtTheStartOfBlocks</string>
</property>
</widget>
</item>
<item row="65" column="1">
<widget class="QComboBox" name="KeepEmptyLinesAtTheStartOfBlocks">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="66" column="0">
<widget class="QLabel" name="labelLanguage">
<property name="text">
<string notr="true">Language</string>
</property>
</widget>
</item>
<item row="66" column="1">
<widget class="QComboBox" name="Language">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Cpp</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Java</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">JavaScript</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">ObjC</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Proto</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">TableGen</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">TextProto</string>
</property>
</item>
</widget>
</item>
<item row="67" column="0">
<widget class="QLabel" name="labelMacroBlockBegin">
<property name="text">
<string notr="true">MacroBlockBegin</string>
</property>
</widget>
</item>
<item row="67" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="MacroBlockBegin">
</widget>
</item>
<item>
<widget class="QPushButton" name="setMacroBlockBegin">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="68" column="0">
<widget class="QLabel" name="labelMacroBlockEnd">
<property name="text">
<string notr="true">MacroBlockEnd</string>
</property>
</widget>
</item>
<item row="68" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="MacroBlockEnd">
</widget>
</item>
<item>
<widget class="QPushButton" name="setMacroBlockEnd">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="69" column="0">
<widget class="QLabel" name="labelMaxEmptyLinesToKeep">
<property name="text">
<string notr="true">MaxEmptyLinesToKeep</string>
</property>
</widget>
</item>
<item row="69" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="MaxEmptyLinesToKeep">
</widget>
</item>
<item>
<widget class="QPushButton" name="setMaxEmptyLinesToKeep">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="70" column="0">
<widget class="QLabel" name="labelNamespaceIndentation">
<property name="text">
<string notr="true">NamespaceIndentation</string>
</property>
</widget>
</item>
<item row="70" column="1">
<widget class="QComboBox" name="NamespaceIndentation">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">None</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Inner</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">All</string>
</property>
</item>
</widget>
</item>
<item row="71" column="0">
<widget class="QLabel" name="labelObjCBinPackProtocolList">
<property name="text">
<string notr="true">ObjCBinPackProtocolList</string>
</property>
</widget>
</item>
<item row="71" column="1">
<widget class="QComboBox" name="ObjCBinPackProtocolList">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Auto</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Always</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Never</string>
</property>
</item>
</widget>
</item>
<item row="72" column="0">
<widget class="QLabel" name="labelObjCBlockIndentWidth">
<property name="text">
<string notr="true">ObjCBlockIndentWidth</string>
</property>
</widget>
</item>
<item row="72" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="ObjCBlockIndentWidth">
</widget>
</item>
<item>
<widget class="QPushButton" name="setObjCBlockIndentWidth">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="73" column="0">
<widget class="QLabel" name="labelObjCSpaceAfterProperty">
<property name="text">
<string notr="true">ObjCSpaceAfterProperty</string>
</property>
</widget>
</item>
<item row="73" column="1">
<widget class="QComboBox" name="ObjCSpaceAfterProperty">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="74" column="0">
<widget class="QLabel" name="labelObjCSpaceBeforeProtocolList">
<property name="text">
<string notr="true">ObjCSpaceBeforeProtocolList</string>
</property>
</widget>
</item>
<item row="74" column="1">
<widget class="QComboBox" name="ObjCSpaceBeforeProtocolList">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="75" column="0">
<widget class="QLabel" name="labelPenaltyBreakAssignment">
<property name="text">
<string notr="true">PenaltyBreakAssignment</string>
</property>
</widget>
</item>
<item row="75" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyBreakAssignment">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyBreakAssignment">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="76" column="0">
<widget class="QLabel" name="labelPenaltyBreakBeforeFirstCallParameter">
<property name="text">
<string notr="true">PenaltyBreakBeforeFirstCallParameter</string>
</property>
</widget>
</item>
<item row="76" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyBreakBeforeFirstCallParameter">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyBreakBeforeFirstCallParameter">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="77" column="0">
<widget class="QLabel" name="labelPenaltyBreakComment">
<property name="text">
<string notr="true">PenaltyBreakComment</string>
</property>
</widget>
</item>
<item row="77" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyBreakComment">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyBreakComment">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="78" column="0">
<widget class="QLabel" name="labelPenaltyBreakFirstLessLess">
<property name="text">
<string notr="true">PenaltyBreakFirstLessLess</string>
</property>
</widget>
</item>
<item row="78" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyBreakFirstLessLess">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyBreakFirstLessLess">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="79" column="0">
<widget class="QLabel" name="labelPenaltyBreakString">
<property name="text">
<string notr="true">PenaltyBreakString</string>
</property>
</widget>
</item>
<item row="79" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyBreakString">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyBreakString">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="80" column="0">
<widget class="QLabel" name="labelPenaltyBreakTemplateDeclaration">
<property name="text">
<string notr="true">PenaltyBreakTemplateDeclaration</string>
</property>
</widget>
</item>
<item row="80" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyBreakTemplateDeclaration">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyBreakTemplateDeclaration">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="81" column="0">
<widget class="QLabel" name="labelPenaltyExcessCharacter">
<property name="text">
<string notr="true">PenaltyExcessCharacter</string>
</property>
</widget>
</item>
<item row="81" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyExcessCharacter">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyExcessCharacter">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="82" column="0">
<widget class="QLabel" name="labelPenaltyReturnTypeOnItsOwnLine">
<property name="text">
<string notr="true">PenaltyReturnTypeOnItsOwnLine</string>
</property>
</widget>
</item>
<item row="82" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="PenaltyReturnTypeOnItsOwnLine">
</widget>
</item>
<item>
<widget class="QPushButton" name="setPenaltyReturnTypeOnItsOwnLine">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="83" column="0">
<widget class="QLabel" name="labelPointerAlignment">
<property name="text">
<string notr="true">PointerAlignment</string>
</property>
</widget>
</item>
<item row="83" column="1">
<widget class="QComboBox" name="PointerAlignment">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Left</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Right</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Middle</string>
</property>
</item>
</widget>
</item>
<item row="84" column="0">
<widget class="QLabel" name="labelRawStringFormats">
<property name="text">
<string notr="true">RawStringFormats</string>
</property>
</widget>
</item>
<item row="84" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QPlainTextEdit" name="RawStringFormats">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"/>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="setRawStringFormats">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="85" column="0">
<widget class="QLabel" name="labelReflowComments">
<property name="text">
<string notr="true">ReflowComments</string>
</property>
</widget>
</item>
<item row="85" column="1">
<widget class="QComboBox" name="ReflowComments">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="86" column="0">
<widget class="QLabel" name="labelSortIncludes">
<property name="text">
<string notr="true">SortIncludes</string>
</property>
</widget>
</item>
<item row="86" column="1">
<widget class="QComboBox" name="SortIncludes">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="87" column="0">
<widget class="QLabel" name="labelSortUsingDeclarations">
<property name="text">
<string notr="true">SortUsingDeclarations</string>
</property>
</widget>
</item>
<item row="87" column="1">
<widget class="QComboBox" name="SortUsingDeclarations">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="88" column="0">
<widget class="QLabel" name="labelSpaceAfterCStyleCast">
<property name="text">
<string notr="true">SpaceAfterCStyleCast</string>
</property>
</widget>
</item>
<item row="88" column="1">
<widget class="QComboBox" name="SpaceAfterCStyleCast">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="89" column="0">
<widget class="QLabel" name="labelSpaceAfterTemplateKeyword">
<property name="text">
<string notr="true">SpaceAfterTemplateKeyword</string>
</property>
</widget>
</item>
<item row="89" column="1">
<widget class="QComboBox" name="SpaceAfterTemplateKeyword">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="90" column="0">
<widget class="QLabel" name="labelSpaceBeforeAssignmentOperators">
<property name="text">
<string notr="true">SpaceBeforeAssignmentOperators</string>
</property>
</widget>
</item>
<item row="90" column="1">
<widget class="QComboBox" name="SpaceBeforeAssignmentOperators">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="91" column="0">
<widget class="QLabel" name="labelSpaceBeforeCpp11BracedList">
<property name="text">
<string notr="true">SpaceBeforeCpp11BracedList</string>
</property>
</widget>
</item>
<item row="91" column="1">
<widget class="QComboBox" name="SpaceBeforeCpp11BracedList">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="92" column="0">
<widget class="QLabel" name="labelSpaceBeforeCtorInitializerColon">
<property name="text">
<string notr="true">SpaceBeforeCtorInitializerColon</string>
</property>
</widget>
</item>
<item row="92" column="1">
<widget class="QComboBox" name="SpaceBeforeCtorInitializerColon">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="93" column="0">
<widget class="QLabel" name="labelSpaceBeforeInheritanceColon">
<property name="text">
<string notr="true">SpaceBeforeInheritanceColon</string>
</property>
</widget>
</item>
<item row="93" column="1">
<widget class="QComboBox" name="SpaceBeforeInheritanceColon">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="94" column="0">
<widget class="QLabel" name="labelSpaceBeforeParens">
<property name="text">
<string notr="true">SpaceBeforeParens</string>
</property>
</widget>
</item>
<item row="94" column="1">
<widget class="QComboBox" name="SpaceBeforeParens">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Never</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">ControlStatements</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Always</string>
</property>
</item>
</widget>
</item>
<item row="95" column="0">
<widget class="QLabel" name="labelSpaceBeforeRangeBasedForLoopColon">
<property name="text">
<string notr="true">SpaceBeforeRangeBasedForLoopColon</string>
</property>
</widget>
</item>
<item row="95" column="1">
<widget class="QComboBox" name="SpaceBeforeRangeBasedForLoopColon">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="96" column="0">
<widget class="QLabel" name="labelSpaceInEmptyParentheses">
<property name="text">
<string notr="true">SpaceInEmptyParentheses</string>
</property>
</widget>
</item>
<item row="96" column="1">
<widget class="QComboBox" name="SpaceInEmptyParentheses">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="97" column="0">
<widget class="QLabel" name="labelSpacesBeforeTrailingComments">
<property name="text">
<string notr="true">SpacesBeforeTrailingComments</string>
</property>
</widget>
</item>
<item row="97" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="SpacesBeforeTrailingComments">
</widget>
</item>
<item>
<widget class="QPushButton" name="setSpacesBeforeTrailingComments">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="98" column="0">
<widget class="QLabel" name="labelSpacesInAngles">
<property name="text">
<string notr="true">SpacesInAngles</string>
</property>
</widget>
</item>
<item row="98" column="1">
<widget class="QComboBox" name="SpacesInAngles">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="99" column="0">
<widget class="QLabel" name="labelSpacesInCStyleCastParentheses">
<property name="text">
<string notr="true">SpacesInCStyleCastParentheses</string>
</property>
</widget>
</item>
<item row="99" column="1">
<widget class="QComboBox" name="SpacesInCStyleCastParentheses">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="100" column="0">
<widget class="QLabel" name="labelSpacesInContainerLiterals">
<property name="text">
<string notr="true">SpacesInContainerLiterals</string>
</property>
</widget>
</item>
<item row="100" column="1">
<widget class="QComboBox" name="SpacesInContainerLiterals">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="101" column="0">
<widget class="QLabel" name="labelSpacesInParentheses">
<property name="text">
<string notr="true">SpacesInParentheses</string>
</property>
</widget>
</item>
<item row="101" column="1">
<widget class="QComboBox" name="SpacesInParentheses">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="102" column="0">
<widget class="QLabel" name="labelSpacesInSquareBrackets">
<property name="text">
<string notr="true">SpacesInSquareBrackets</string>
</property>
</widget>
</item>
<item row="102" column="1">
<widget class="QComboBox" name="SpacesInSquareBrackets">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">true</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">false</string>
</property>
</item>
</widget>
</item>
<item row="103" column="0">
<widget class="QLabel" name="labelStandard">
<property name="text">
<string notr="true">Standard</string>
</property>
</widget>
</item>
<item row="103" column="1">
<widget class="QComboBox" name="Standard">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Cpp03</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Cpp11</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Auto</string>
</property>
</item>
</widget>
</item>
<item row="104" column="0">
<widget class="QLabel" name="labelStatementMacros">
<property name="text">
<string notr="true">StatementMacros</string>
</property>
</widget>
</item>
<item row="104" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QPlainTextEdit" name="StatementMacros">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"/>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="setStatementMacros">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="105" column="0">
<widget class="QLabel" name="labelTabWidth">
<property name="text">
<string notr="true">TabWidth</string>
</property>
</widget>
</item>
<item row="105" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="TabWidth">
</widget>
</item>
<item>
<widget class="QPushButton" name="setTabWidth">
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true">Set</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="106" column="0">
<widget class="QLabel" name="labelUseTab">
<property name="text">
<string notr="true">UseTab</string>
</property>
</widget>
</item>
<item row="106" column="1">
<widget class="QComboBox" name="UseTab">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<item>
<property name="text">
<string notr="true">Default</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Never</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">ForIndentation</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">ForContinuationAndIndentation</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">Always</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>