aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/clangbasechecks.ui
blob: 5092af67d3df25527ee487ea07ebc32250401302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>CppTools::ClangBaseChecks</class>
 <widget class="QWidget" name="CppTools::ClangBaseChecks">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>665</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string/>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QLabel" name="label">
     <property name="text">
      <string>For appropriate options, consult the GCC or Clang manual pages or the &lt;a href=&quot;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html&quot;&gt;GCC online documentation&lt;/a&gt;.</string>
     </property>
     <property name="openExternalLinks">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QCheckBox" name="useFlagsFromBuildSystemCheckBox">
     <property name="text">
      <string>Use diagnostic flags from build system</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="CppTools::WrappableLineEdit" name="diagnosticOptionsTextEdit"/>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>CppTools::WrappableLineEdit</class>
   <extends>QLineEdit</extends>
   <header location="global">cpptools/wrappablelineedit.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>