2014-09-25 11:11:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2019-08-27 16:09:39 +02:00
|
|
|
<class>ClangTools::Internal::SettingsWidget</class>
|
|
|
|
|
<widget class="QWidget" name="ClangTools::Internal::SettingsWidget">
|
2014-09-25 11:11:58 +02:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>400</width>
|
|
|
|
|
<height>300</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2018-03-02 17:58:33 +01:00
|
|
|
<string/>
|
2014-09-25 11:11:58 +02:00
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2019-08-28 08:56:22 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Executables</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Clang-Tidy:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="Utils::PathChooser" name="clangTidyPathChooser" native="true"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="clazyStandaloneLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Clazy-Standalone:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="Utils::PathChooser" name="clazyStandalonePathChooser" native="true"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-09-25 11:11:58 +02:00
|
|
|
<item>
|
2019-09-13 10:49:14 +02:00
|
|
|
<widget class="ClangTools::Internal::RunSettingsWidget" name="runSettingsWidget" native="true"/>
|
2014-09-25 11:11:58 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>183</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2018-05-07 15:40:14 +02:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
2019-09-13 10:49:14 +02:00
|
|
|
<class>Utils::PathChooser</class>
|
2018-05-07 15:40:14 +02:00
|
|
|
<extends>QWidget</extends>
|
2019-09-13 10:49:14 +02:00
|
|
|
<header location="global">utils/pathchooser.h</header>
|
|
|
|
|
<container>1</container>
|
2018-05-07 15:40:14 +02:00
|
|
|
</customwidget>
|
2019-08-28 08:56:22 +02:00
|
|
|
<customwidget>
|
2019-09-13 10:49:14 +02:00
|
|
|
<class>ClangTools::Internal::RunSettingsWidget</class>
|
2019-08-28 08:56:22 +02:00
|
|
|
<extends>QWidget</extends>
|
2019-09-13 10:49:14 +02:00
|
|
|
<header>clangtools/runsettingswidget.h</header>
|
2019-08-28 08:56:22 +02:00
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
2018-05-07 15:40:14 +02:00
|
|
|
</customwidgets>
|
2014-09-25 11:11:58 +02:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|