Skip to content

Commit

Permalink
split long tooltip in multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and m-kuhn committed Feb 17, 2017
1 parent 4327790 commit 54339e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsattributetypeedit.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>&lt;p&gt;Enforcing the unique constraint prevents committing features which do not meet the constraint.&lt;/p&gt;&lt;p&gt;Unenforced constraints display a warning to users, but do not prevent committing the feature.&lt;/p&gt;</string>
</property>
<property name="text">
<string>Enforce unique constraint</string>
Expand Down Expand Up @@ -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>&lt;p&gt;Enforcing the not null constraint prevents committing features which do not meet the constraint.&lt;/p&gt;&lt;p&gt;Unenforced constraints display a warning to users, but do not prevent committing the feature.&lt;/p&gt;</string>
</property>
<property name="text">
<string>Enforce not null constraint</string>
Expand All @@ -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>&lt;p&gt;Enforcing the expression constraint prevents committing features which do not meet the constraint.&lt;/p&gt;&lt;p&gt;Unenforced constraints display a warning to users, but do not prevent committing the feature.&lt;/p&gt;</string>
</property>
<property name="text">
<string>Enforce expression constraint</string>
Expand Down

0 comments on commit 54339e3

Please sign in to comment.