You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/ui/qgsaddattrdialogbase.ui
+16-2
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@
59
59
</item>
60
60
<itemrow="5"column="0">
61
61
<widgetclass="QLabel"name="mPrecLabel">
62
+
<propertyname="toolTip">
63
+
<string>Maximum number of digits after the decimal place. For example 123.45 requires a field precision of 2.</string>
64
+
</property>
62
65
<propertyname="text">
63
66
<string>Precision</string>
64
67
</property>
@@ -68,7 +71,11 @@
68
71
</widget>
69
72
</item>
70
73
<itemrow="4"column="1">
71
-
<widgetclass="QSpinBox"name="mLength"/>
74
+
<widgetclass="QSpinBox"name="mLength">
75
+
<propertyname="toolTip">
76
+
<string>Total length of field (including the number of digits after the decimal place for decimal fields).<br>For example 123.45 requires a decimal field length of 5, and 123456 requires an integer field length of 6.</string>
77
+
</property>
78
+
</widget>
72
79
</item>
73
80
<itemrow="1"column="0">
74
81
<widgetclass="QLabel"name="textLabel1_2">
@@ -81,10 +88,17 @@
81
88
</widget>
82
89
</item>
83
90
<itemrow="5"column="1">
84
-
<widgetclass="QSpinBox"name="mPrec"/>
91
+
<widgetclass="QSpinBox"name="mPrec">
92
+
<propertyname="toolTip">
93
+
<string>Maximum number of digits after the decimal place. For example 123.45 requires a field precision of 2.</string>
94
+
</property>
95
+
</widget>
85
96
</item>
86
97
<itemrow="4"column="0">
87
98
<widgetclass="QLabel"name="mLengthLabel">
99
+
<propertyname="toolTip">
100
+
<string>Total length of field (including the number of digits after the decimal place for decimal fields).<br>For example 123.45 requires a decimal field length of 5, and 123456 requires an integer field length of 6.</string>
<string>Total length of field (including the number of digits after the decimal place for decimal fields).<br>For example 123.45 requires a decimal field length of 5, and 123456 requires an integer field length of 6.</string>
<string>Length of complete output. For example 123,456 means 6 as field length.</string>
209
+
<string>Total length of field (including the number of digits after the decimal place for decimal fields).<br>For example 123.45 requires a decimal field length of 5, and 123456 requires an integer field length of 6.</string>
0 commit comments