mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
split long tooltip in multiline
This commit is contained in:
parent
43277909cc
commit
54339e3257
@ -43,7 +43,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Enforcing the unique constraint prevents committing features which do not meet the constraint. Unenforced constraints display a warning to users, but do not prevent committing the feature.</string>
|
||||
<string><p>Enforcing the unique constraint prevents committing features which do not meet the constraint.</p><p>Unenforced constraints display a warning to users, but do not prevent committing the feature.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enforce unique constraint</string>
|
||||
@ -77,7 +77,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Enforcing the not null constraint prevents committing features which do not meet the constraint. Unenforced constraints display a warning to users, but do not prevent committing the feature.</string>
|
||||
<string><p>Enforcing the not null constraint prevents committing features which do not meet the constraint.</p><p>Unenforced constraints display a warning to users, but do not prevent committing the feature.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enforce not null constraint</string>
|
||||
@ -94,7 +94,7 @@
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="mCheckBoxEnforceExpression">
|
||||
<property name="toolTip">
|
||||
<string>Enforcing the expression constraint prevents committing features which do not meet the constraint. Unenforced constraints display a warning to users, but do not prevent committing the feature.</string>
|
||||
<string><p>Enforcing the expression constraint prevents committing features which do not meet the constraint.</p><p>Unenforced constraints display a warning to users, but do not prevent committing the feature.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enforce expression constraint</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user