forked from qt-creator/qt-creator
Task-number: QTCREATORBUG-11031 Change-Id: I93cce0ebf46984eb06094e1f1519717be2bbaa79 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
218 lines
6.5 KiB
XML
218 lines
6.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CppTools::Internal::CppFileSettingsPage</class>
|
|
<widget class="QWidget" name="CppTools::Internal::CppFileSettingsPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>547</width>
|
|
<height>363</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="headersGroupBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Headers</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="headerSuffixLabel">
|
|
<property name="text">
|
|
<string>&Suffix:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>headerSuffixComboBox</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QComboBox" name="headerSuffixComboBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="headerSearchPathsLabel">
|
|
<property name="text">
|
|
<string>S&earch paths:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>headerSearchPathsEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLineEdit" name="headerSearchPathsEdit">
|
|
<property name="toolTip">
|
|
<string>Comma-separated list of header paths.
|
|
|
|
Paths can be absolute or relative to the directory of the current open document.
|
|
|
|
These paths are used in addition to current directory on Switch Header/Source.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="headerPrefixesLabel">
|
|
<property name="text">
|
|
<string>&Prefixes:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>headerSearchPathsEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLineEdit" name="headerPrefixesEdit">
|
|
<property name="toolTip">
|
|
<string>Comma-separated list of header prefixes.
|
|
|
|
These prefixes are used in addition to current file name on Switch Header/Source.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="sourcesGroupBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Sources</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="sourceSuffixLabel">
|
|
<property name="text">
|
|
<string>S&uffix:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>sourceSuffixComboBox</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QComboBox" name="sourceSuffixComboBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="sourceSearchPathsLabel">
|
|
<property name="text">
|
|
<string>Se&arch paths:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>sourceSearchPathsEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLineEdit" name="sourceSearchPathsEdit">
|
|
<property name="toolTip">
|
|
<string>Comma-separated list of source paths.
|
|
|
|
Paths can be absolute or relative to the directory of the current open document.
|
|
|
|
These paths are used in addition to current directory on Switch Header/Source.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="sourcePrefixesLabel">
|
|
<property name="text">
|
|
<string>P&refixes:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>sourceSearchPathsEdit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QLineEdit" name="sourcePrefixesEdit">
|
|
<property name="toolTip">
|
|
<string>Comma-separated list of source prefixes.
|
|
|
|
These prefixes are used in addition to current file name on Switch Header/Source.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="lowerCaseFileNamesCheckBox">
|
|
<property name="text">
|
|
<string>&Lower case file names</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="licenseTemplateLabel">
|
|
<property name="text">
|
|
<string>License &template:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>licenseTemplatePathChooser</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Utils::PathChooser" name="licenseTemplatePathChooser" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>20</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>
|
|
<slots>
|
|
<signal>editingFinished()</signal>
|
|
<signal>browsingFinished()</signal>
|
|
</slots>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|