mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[composer] Standardise capitalization on all controls
This commit is contained in:
parent
7d4776a403
commit
b25dff8541
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user