enforces consistency

This commit is contained in:
DelazJ 2015-09-20 23:31:35 +02:00
parent c381a88f62
commit f748c127ab
5 changed files with 9 additions and 9 deletions

View File

@ -1569,10 +1569,10 @@
<widget objectName="leUncheckedState" class="QLineEdit" label=""/>
</widget>
<widget objectName="hiddenPage" class="QWidget" label="">
<widget objectName="hiddenLabel" class="QLabel" label="A hidden attribute will be invisible - the user is not able to see it's contents."/>
<widget objectName="hiddenLabel" class="QLabel" label="A hidden field will be invisible - the user is not able to see its contents."/>
</widget>
<widget objectName="immutablePage" class="QWidget" label="">
<widget objectName="immutableLabel" class="QLabel" label="An immutable attribute is read-only - the user is not able to modify the contents."/>
<widget objectName="immutableLabel" class="QLabel" label="An immutable field is read-only - the user is not able to modify the contents."/>
</widget>
<widget objectName="enumerationPage" class="QWidget" label="">
<widget objectName="enumerationLabel" class="QLabel" label="Combo box with values that can be used within the column's type. Must be supported by the provider."/>
@ -1588,7 +1588,7 @@
<widget objectName="fileNameLabel" class="QLabel" label="Simplifies file selection by adding a file chooser dialog."/>
</widget>
<widget objectName="uniqueValuesPage" class="QWidget" label="">
<widget objectName="label" class="QLabel" label="The user can select one of the values already used in the attribute. If editable, a line edit is shown with autocompletion support, otherwise a combo box is used."/>
<widget objectName="label" class="QLabel" label="The user can select one of the values already used in the field. If editable, a line edit is shown with autocompletion support, otherwise a combo box is used."/>
<widget objectName="editableUniqueValues" class="QCheckBox" label="Editable"/>
</widget>
<widget objectName="rangePage" class="QWidget" label="">
@ -1617,7 +1617,7 @@
<widget objectName="classificationLabel" class="QLabel" label="Displays combo box containing values of attribute used for classification."/>
</widget>
<widget objectName="lineEditPage" class="QWidget" label="">
<widget objectName="lineEditLabel" class="QLabel" label="Simple edit box. This is the default editation widget."/>
<widget objectName="lineEditLabel" class="QLabel" label="Simple edit box. This is the default edition widget."/>
</widget>
<widget objectName="calendarPage" class="QWidget" label="">
<widget objectName="label_10" class="QLabel" label="Date format"/>

View File

@ -30,5 +30,5 @@ QgsEditorWidgetWrapper* QgsHiddenWidgetFactory::create( QgsVectorLayer* vl, int
QgsEditorConfigWidget* QgsHiddenWidgetFactory::configWidget( QgsVectorLayer* vl, int fieldIdx, QWidget* parent ) const
{
return new QgsDummyConfigDlg( vl, fieldIdx, parent, QObject::tr( "A hidden attribute will be invisible - the user is not able to see it's contents." ) );
return new QgsDummyConfigDlg( vl, fieldIdx, parent, QObject::tr( "A hidden field will be invisible - the user is not able to see its contents." ) );
}

View File

@ -20,7 +20,7 @@
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string>The user can select one of the values already used in the attribute. If editable, a line edit is shown with autocompletion support, otherwise a combo box is used.</string>
<string>The user can select one of the values already used in the field. If editable, a line edit is shown with autocompletion support, otherwise a combo box is used.</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>243</width>
<width>245</width>
<height>201</height>
</rect>
</property>

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Delete Attributes</string>
<string>Delete fields</string>
</property>
<layout class="QGridLayout">
<property name="leftMargin">
@ -53,7 +53,7 @@
<item row="2" column="0">
<widget class="QLabel" name="mCanDeleteAttributesInfo">
<property name="text">
<string>Provider does not support deleting attributes.</string>
<string>Provider does not support deleting fields.</string>
</property>
</widget>
</item>