2017-11-02 16:26:17 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>CppTools::TidyChecks</class>
|
|
|
|
|
<widget class="QWidget" name="CppTools::TidyChecks">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>682</width>
|
|
|
|
|
<height>300</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2018-03-02 17:58:33 +01:00
|
|
|
<string/>
|
2017-11-02 16:26:17 +01:00
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<property name="leftMargin">
|
2018-02-23 11:36:18 +01:00
|
|
|
<number>9</number>
|
2017-11-02 16:26:17 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
2018-02-23 11:36:18 +01:00
|
|
|
<number>9</number>
|
2017-11-02 16:26:17 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
2018-02-23 11:36:18 +01:00
|
|
|
<number>9</number>
|
2017-11-02 16:26:17 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
2018-02-23 11:36:18 +01:00
|
|
|
<number>9</number>
|
2017-11-02 16:26:17 +01:00
|
|
|
</property>
|
|
|
|
|
<item>
|
2018-02-23 11:36:18 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="tidyMode">
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Disable</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
2018-05-16 07:58:53 +02:00
|
|
|
<string>Select Checks</string>
|
2018-02-23 11:36:18 +01:00
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Use .clang-tidy config file</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2018-05-16 07:58:53 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="plainTextEditButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit Checks as String...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2018-02-23 11:36:18 +01:00
|
|
|
<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>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QStackedWidget" name="checksListWrapper">
|
|
|
|
|
<widget class="QWidget" name="checksPage">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2018-05-16 07:58:53 +02:00
|
|
|
<widget class="QTreeView" name="checksPrefixesTree">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>300</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2018-02-23 11:36:18 +01:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="empltyPage">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2017-11-02 16:26:17 +01:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|