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">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Configuration to use:</string>
</property>
</widget>
</item>
<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>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="validationResultIcon">
<property name="text">
<string>ValidationIcon</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="validationResultLabel">
<property name="text">
<string>ValidationText</string>
</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>
2016-02-22 17:18:18 +01:00
<item>
2017-09-11 15:16:43 +02:00
<widget class="CppTools::WrappableLineEdit" name="diagnosticOptionsTextEdit"/>
2016-02-22 17:18:18 +01:00
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>For appropriate options, consult the GCC or Clang manual pages or the <a href="https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html">GCC online documentation</a>.</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
2018-01-26 10:27:58 +01:00
<item>
<widget class="QTabWidget" name="pluginChecksTabs"/>
</item>
2016-02-22 17:18:18 +01:00
</layout>
</widget>
2017-09-11 15:16:43 +02:00
<customwidgets>
<customwidget>
<class>CppTools::WrappableLineEdit</class>
<extends>QLineEdit</extends>
<header location="global">cpptools/wrappablelineedit.h</header>
</customwidget>
</customwidgets>
2016-08-02 11:52:22 +03:00
<tabstops>
<tabstop>configChooserComboBox</tabstop>
<tabstop>copyButton</tabstop>
<tabstop>removeButton</tabstop>
<tabstop>diagnosticOptionsTextEdit</tabstop>
</tabstops>
2016-02-22 17:18:18 +01:00
<resources/>
<connections/>
</ui>