Skip to content

Commit 02c9264

Browse files
author
Emilio Loi
committed
Added a message to explain UI upload feature
1 parent 764afb8 commit 02c9264

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

src/ui/qgssavetodbdialog.ui

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
<bool>true</bool>
1818
</property>
1919
<layout class="QGridLayout" name="gridLayout">
20-
<item row="5" column="1">
21-
<widget class="QCheckBox" name="mUseAsDefault">
22-
<property name="text">
23-
<string>Use as default style for this layer</string>
24-
</property>
25-
</widget>
26-
</item>
2720
<item row="1" column="0">
2821
<widget class="QLabel" name="descriptionLabel">
2922
<property name="text">
@@ -67,6 +60,13 @@
6760
</property>
6861
</widget>
6962
</item>
63+
<item row="5" column="1">
64+
<widget class="QCheckBox" name="mUseAsDefault">
65+
<property name="text">
66+
<string>Use as default style for this layer</string>
67+
</property>
68+
</widget>
69+
</item>
7070
<item row="4" column="1">
7171
<layout class="QHBoxLayout" name="horizontalLayout_2">
7272
<item>
@@ -91,6 +91,22 @@
9191
</item>
9292
</layout>
9393
</item>
94+
<item row="2" column="0" rowspan="2" colspan="2">
95+
<widget class="QLabel" name="label">
96+
<property name="text">
97+
<string>Optionally pick an input form for attribute editing (QT Creator UI format), it will be stored on the db</string>
98+
</property>
99+
<property name="textFormat">
100+
<enum>Qt::PlainText</enum>
101+
</property>
102+
<property name="scaledContents">
103+
<bool>false</bool>
104+
</property>
105+
<property name="wordWrap">
106+
<bool>true</bool>
107+
</property>
108+
</widget>
109+
</item>
94110
</layout>
95111
</widget>
96112
<layoutdefault spacing="6" margin="11"/>

0 commit comments

Comments
 (0)