2009-03-18 16:43:01 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-06-11 15:00:21 +02:00
|
|
|
<ui version="4.0">
|
2009-03-18 16:43:01 +01:00
|
|
|
<class>CppFileSettingsPage</class>
|
2009-06-11 15:00:21 +02:00
|
|
|
<widget class="QWidget" name="CppFileSettingsPage">
|
|
|
|
|
<property name="geometry">
|
2009-03-18 16:43:01 +01:00
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>424</width>
|
|
|
|
|
<height>503</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
2009-06-11 15:00:21 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2009-03-18 16:43:01 +01:00
|
|
|
<item>
|
2009-06-11 15:00:21 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
2009-05-18 11:35:59 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2009-06-11 15:00:21 +02:00
|
|
|
<property name="title">
|
|
|
|
|
<string>File Naming Conventions</string>
|
2009-05-18 11:35:59 +02:00
|
|
|
</property>
|
2009-06-11 15:00:21 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<property name="fieldGrowthPolicy">
|
2009-05-18 11:35:59 +02:00
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
|
</property>
|
2009-06-11 15:00:21 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="headerSuffixLabel">
|
|
|
|
|
<property name="text">
|
2009-05-18 11:35:59 +02:00
|
|
|
<string>Header suffix:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2009-06-11 15:00:21 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="headerSuffixComboBox"/>
|
2009-05-18 11:35:59 +02:00
|
|
|
</item>
|
2009-06-11 15:00:21 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="sourceSuffixLabel">
|
|
|
|
|
<property name="text">
|
2009-05-18 11:35:59 +02:00
|
|
|
<string>Source suffix:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2009-06-11 15:00:21 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QComboBox" name="sourceSuffixComboBox"/>
|
2009-05-18 11:35:59 +02:00
|
|
|
</item>
|
2009-06-11 15:00:21 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="lowerCaseFileNamesCheckBox">
|
|
|
|
|
<property name="text">
|
2009-05-18 11:35:59 +02:00
|
|
|
<string>Lower case file names</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2009-06-22 16:22:15 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="licenseTemplateLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>License Template:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="Core::Utils::PathChooser" name="licenseTemplatePathChooser" native="true"/>
|
|
|
|
|
</item>
|
2009-05-18 11:35:59 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2009-03-18 16:43:01 +01:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2009-06-11 15:00:21 +02:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
2009-03-18 16:43:01 +01:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
2009-06-11 15:00:21 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-03-18 16:43:01 +01:00
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>430</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2009-06-22 16:22:15 +02:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>Core::Utils::PathChooser</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header location="global">utils/pathchooser.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2009-03-18 16:43:01 +01:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|