2009-03-18 16:43:01 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-05-18 11:35:59 +02:00
|
|
|
<ui version="4.0" >
|
2009-03-18 16:43:01 +01:00
|
|
|
<class>CppFileSettingsPage</class>
|
2009-05-18 11:35:59 +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-05-18 11:35:59 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
2009-03-18 16:43:01 +01:00
|
|
|
<item>
|
2009-05-18 11:35:59 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
|
<sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title" >
|
|
|
|
|
<string>File naming conventions</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout" >
|
|
|
|
|
<property name="fieldGrowthPolicy" >
|
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0" >
|
|
|
|
|
<widget class="QLabel" name="headerSuffixLabel" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Header suffix:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1" >
|
|
|
|
|
<widget class="QComboBox" name="headerSuffixComboBox" />
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" >
|
|
|
|
|
<widget class="QLabel" name="sourceSuffixLabel" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Source suffix:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1" >
|
|
|
|
|
<widget class="QComboBox" name="sourceSuffixComboBox" />
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1" >
|
|
|
|
|
<widget class="QCheckBox" name="lowerCaseFileNamesCheckBox" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Lower case file names</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2009-03-18 16:43:01 +01:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2009-05-18 11:35:59 +02:00
|
|
|
<spacer name="verticalSpacer" >
|
|
|
|
|
<property name="orientation" >
|
2009-03-18 16:43:01 +01:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
2009-05-18 11:35:59 +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>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|