aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlExport/SqlExportCommon.ui
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:30:36 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:30:36 -0400
commit3565aad630864ecdbe53fdaa501ea708555b3c7c (patch)
treec743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /Plugins/SqlExport/SqlExportCommon.ui
parent1fdc150116cad39aae5c5da407c3312b47a59e3a (diff)
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'Plugins/SqlExport/SqlExportCommon.ui')
-rw-r--r--Plugins/SqlExport/SqlExportCommon.ui22
1 files changed, 16 insertions, 6 deletions
diff --git a/Plugins/SqlExport/SqlExportCommon.ui b/Plugins/SqlExport/SqlExportCommon.ui
index 891c26a..7fee728 100644
--- a/Plugins/SqlExport/SqlExportCommon.ui
+++ b/Plugins/SqlExport/SqlExportCommon.ui
@@ -7,14 +7,24 @@
<x>0</x>
<y>0</y>
<width>467</width>
- <height>86</height>
+ <height>125</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="2" column="0" colspan="2">
+ <item row="0" column="0" colspan="2">
+ <widget class="QCheckBox" name="formatCheck">
+ <property name="text">
+ <string>Use SQL formatter to format exported SQL statements</string>
+ </property>
+ <property name="cfg" stdset="0">
+ <string notr="true">SqlExport.UseFormatter</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="dropCheck">
<property name="text">
<string>Generate &quot;DROP IF EXISTS&quot; statement before &quot;CREATE&quot; statement</string>
@@ -34,13 +44,13 @@
</property>
</widget>
</item>
- <item row="0" column="0" colspan="2">
- <widget class="QCheckBox" name="formatCheck">
+ <item row="2" column="0" colspan="2">
+ <widget class="QCheckBox" name="ifNotExistsCheck">
<property name="text">
- <string>Use SQL formatter to format exported SQL statements</string>
+ <string>Add &quot;IF NOT EXISTS&quot; clause to &quot;CREATE&quot; statement</string>
</property>
<property name="cfg" stdset="0">
- <string notr="true">SqlExport.UseFormatter</string>
+ <string notr="true">SqlExport.GenerateIfNotExists</string>
</property>
</widget>
</item>