Add a license template setting to the CppTools settings.

Acked-by: con <qtc-committer@nokia.com>
This commit is contained in:
Friedemann Kleint
2009-06-22 16:22:15 +02:00
parent 1b168b686d
commit 696cfa0432
11 changed files with 215 additions and 12 deletions

View File

@@ -53,6 +53,16 @@
</property>
</widget>
</item>
<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>
</layout>
</widget>
</item>
@@ -71,6 +81,14 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>Core::Utils::PathChooser</class>
<extends>QWidget</extends>
<header location="global">utils/pathchooser.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>