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>
2016-02-26 17:50:38 +01:00
<width>597</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">
<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>
<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>
<item>
<widget class="QPlainTextEdit" name="diagnosticOptionsTextEdit"/>
</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>
</layout>
</widget>
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>