diff options
Diffstat (limited to 'Plugins/SqlExport/SqlExportCommon.ui')
| -rw-r--r-- | Plugins/SqlExport/SqlExportCommon.ui | 22 |
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 "DROP IF EXISTS" statement before "CREATE" 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 "IF NOT EXISTS" clause to "CREATE" statement</string> </property> <property name="cfg" stdset="0"> - <string notr="true">SqlExport.UseFormatter</string> + <string notr="true">SqlExport.GenerateIfNotExists</string> </property> </widget> </item> |
