mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
enforces consistency
This commit is contained in:
parent
c381a88f62
commit
f748c127ab
@ -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"/>
|
||||
|
@ -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." ) );
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>243</width>
|
||||
<width>245</width>
|
||||
<height>201</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user