2016-02-22 17:18:18 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2016-02-26 17:50:38 +01:00
|
|
|
<class>CppTools::ClangDiagnosticConfigsWidget</class>
|
|
|
|
|
<widget class="QWidget" name="CppTools::ClangDiagnosticConfigsWidget">
|
2016-02-22 17:18:18 +01:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2017-09-08 13:00:44 +02:00
|
|
|
<width>665</width>
|
2016-02-22 17:18:18 +01:00
|
|
|
<height>300</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2018-03-02 17:58:33 +01:00
|
|
|
<string/>
|
2016-02-22 17:18:18 +01:00
|
|
|
</property>
|
2018-02-06 13:17:36 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2016-02-22 17:18:18 +01:00
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="configChooserComboBox">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="copyButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Copy...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2017-09-08 13:00:44 +02:00
|
|
|
<item>
|
2018-02-06 13:17:36 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2017-09-08 13:00:44 +02:00
|
|
|
<item>
|
2018-02-06 13:17:36 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
2018-02-12 11:34:38 +01:00
|
|
|
<widget class="QLabel" name="infoIcon">
|
2018-02-06 13:17:36 +01:00
|
|
|
<property name="text">
|
2018-02-12 11:34:38 +01:00
|
|
|
<string>InfoIcon</string>
|
2018-02-06 13:17:36 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-02-12 11:34:38 +01:00
|
|
|
<widget class="QLabel" name="infoLabel">
|
2018-02-06 13:17:36 +01:00
|
|
|
<property name="text">
|
2018-02-12 11:34:38 +01:00
|
|
|
<string>InfoText</string>
|
2018-02-06 13:17:36 +01:00
|
|
|
</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>
|
2017-09-08 13:00:44 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-02-06 13:17:36 +01:00
|
|
|
<widget class="QTabWidget" name="tabWidget"/>
|
2017-09-08 13:00:44 +02:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2016-02-22 17:18:18 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2016-08-02 11:52:22 +03:00
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>configChooserComboBox</tabstop>
|
|
|
|
|
<tabstop>copyButton</tabstop>
|
|
|
|
|
<tabstop>removeButton</tabstop>
|
|
|
|
|
</tabstops>
|
2016-02-22 17:18:18 +01:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|