diff options
| author | 2016-06-13 18:42:42 -0400 | |
|---|---|---|
| committer | 2016-06-13 18:42:42 -0400 | |
| commit | 5d9314f134ddd3dc4c853e398ac90ba247fb2e4f (patch) | |
| tree | 5c457fc188036988d7abd29a3eb09931e406510f /Plugins/CsvImport/CsvImportOptions.ui | |
| parent | 8e640722c62692818ab840d50b3758f89a41a54e (diff) | |
Imported Upstream version 3.1.0upstream/3.1.0
Diffstat (limited to 'Plugins/CsvImport/CsvImportOptions.ui')
| -rw-r--r-- | Plugins/CsvImport/CsvImportOptions.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Plugins/CsvImport/CsvImportOptions.ui b/Plugins/CsvImport/CsvImportOptions.ui index b5e8ceb..f0f2728 100644 --- a/Plugins/CsvImport/CsvImportOptions.ui +++ b/Plugins/CsvImport/CsvImportOptions.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>365</width> - <height>90</height> + <height>106</height> </rect> </property> <property name="windowTitle"> @@ -81,6 +81,9 @@ </item> <item row="2" column="0"> <widget class="QCheckBox" name="nullCheck"> + <property name="toolTip"> + <string>If enabled, then text value provided on the right will be interpreted as NULL</string> + </property> <property name="text"> <string>NULL values:</string> </property> |
