[composer] Standardise capitalization on all controls

This commit is contained in:
Nyall Dawson 2014-02-05 23:18:58 +11:00
parent 7d4776a403
commit b25dff8541
4 changed files with 19 additions and 19 deletions

View File

@ -54,9 +54,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-309</y>
<width>373</width>
<height>1387</height>
<y>0</y>
<width>375</width>
<height>1287</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
@ -352,7 +352,7 @@
<item>
<widget class="QCheckBox" name="mCheckBoxAutoUpdate">
<property name="text">
<string>Auto Update</string>
<string>Auto update</string>
</property>
<property name="checked">
<bool>true</bool>
@ -383,28 +383,28 @@
</sizepolicy>
</property>
<property name="text">
<string>Title Font...</string>
<string>Title font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mLayerFontButton">
<property name="text">
<string>Subgroup Font...</string>
<string>Subgroup font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mGroupFontButton">
<property name="text">
<string>Group Font...</string>
<string>Group font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mItemFontButton">
<property name="text">
<string>Item Font...</string>
<string>Item font...</string>
</property>
</widget>
</item>

View File

@ -125,7 +125,7 @@
<item row="2" column="0">
<widget class="QLabel" name="mMapRotationLabel">
<property name="text">
<string>Map Rotation</string>
<string>Map rotation</string>
</property>
</widget>
</item>

View File

@ -53,7 +53,7 @@
<x>0</x>
<y>0</y>
<width>310</width>
<height>553</height>
<height>549</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
@ -213,7 +213,7 @@
<item>
<widget class="QgsCollapsibleGroupBoxBasic" name="groupBox">
<property name="title">
<string>Image Rotation</string>
<string>Image rotation</string>
</property>
<property name="syncGroup" stdset="0">
<string notr="true">composeritem</string>

View File

@ -47,7 +47,7 @@
<x>0</x>
<y>0</y>
<width>408</width>
<height>573</height>
<height>572</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
@ -217,14 +217,14 @@
<item>
<widget class="QPushButton" name="mHeaderFontPushButton">
<property name="text">
<string>Header Font...</string>
<string>Header font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mContentFontPushButton">
<property name="text">
<string>Content Font...</string>
<string>Content font...</string>
</property>
</widget>
</item>
@ -240,17 +240,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsColorButton</class>
<extends>QPushButton</extends>
<header>qgscolorbutton.h</header>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header location="global">qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsColorButton</class>
<extends>QPushButton</extends>
<header>qgscolorbutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>