mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
db_manager: add tooltip to default value field when editing table field properties (fixes #13856)
This commit is contained in:
parent
ed03913496
commit
333f2c3af9
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>261</width>
|
||||
<width>354</width>
|
||||
<height>247</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -67,12 +67,15 @@
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="text">
|
||||
<string>Default value</string>
|
||||
<string>Default value expression</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="editDefault">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Properly quoted PostgreSQL expression (e.g. <code>4</code>, <code>'text'</code> or <code>nextval('foo_id_seq')</code><br/></p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user