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">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>General</string>
|
|
|
|
|
</property>
|
2018-05-07 15:40:14 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
2019-02-06 15:26:14 +01:00
|
|
|
<widget class="ClangTools::Internal::ClangToolsBasicSettings" name="clangToolsBasicSettings" native="true"/>
|
2014-09-25 11:11:58 +02:00
|
|
|
</item>
|
2018-05-07 15:40:14 +02:00
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="processesLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Simultaneous processes:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-09-25 11:11:58 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QSpinBox" name="simultaneousProccessesSpinBox">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>32</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<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>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</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-02-06 15:26:14 +01:00
|
|
|
<class>ClangTools::Internal::ClangToolsBasicSettings</class>
|
2018-05-07 15:40:14 +02:00
|
|
|
<extends>QWidget</extends>
|
2018-05-30 13:31:39 +02:00
|
|
|
<header>clangtools/clangtoolsbasicsettings.h</header>
|
2018-05-07 15:40:14 +02:00
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2014-09-25 11:11:58 +02:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|