summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.ui')
-rw-r--r--src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.ui104
1 files changed, 104 insertions, 0 deletions
diff --git a/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.ui b/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.ui
new file mode 100644
index 0000000000..030e0bac1a
--- /dev/null
+++ b/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.ui
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Beautifier::Internal::ArtisticStyle::ArtisticStyleOptionsPage</class>
+ <widget class="QWidget" name="Beautifier::Internal::ArtisticStyle::ArtisticStyleOptionsPage">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>817</width>
+ <height>631</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0">
+ <item>
+ <widget class="QGroupBox" name="configuration">
+ <property name="title">
+ <string>Configuration</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="commandLabel">
+ <property name="text">
+ <string>Artistic Style command:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Utils::PathChooser" name="command" native="true"/>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="options">
+ <property name="title">
+ <string>Options</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QCheckBox" name="useOtherFiles">
+ <property name="text">
+ <string>Use file *.astylerc defined in project files</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="useHomeFile">
+ <property name="text">
+ <string>Use $HOME/.astylerc or $HOME/astylerc</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,9999">
+ <item>
+ <widget class="QCheckBox" name="useCustomStyle">
+ <property name="text">
+ <string>Use selfdefined style:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Beautifier::Internal::ConfigurationPanel" name="configurations" native="true"/>
+ </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>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>Utils::PathChooser</class>
+ <extends>QWidget</extends>
+ <header location="global">utils/pathchooser.h</header>
+ <container>1</container>
+ </customwidget>
+ <customwidget>
+ <class>Beautifier::Internal::ConfigurationPanel</class>
+ <extends>QWidget</extends>
+ <header location="global">beautifier/configurationpanel.h</header>
+ <container>1</container>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>