diff options
Diffstat (limited to 'Plugins/CsvImport/CsvImportOptions.ui')
| -rw-r--r-- | Plugins/CsvImport/CsvImportOptions.ui | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/Plugins/CsvImport/CsvImportOptions.ui b/Plugins/CsvImport/CsvImportOptions.ui index 5a1c6ab..ff06613 100644 --- a/Plugins/CsvImport/CsvImportOptions.ui +++ b/Plugins/CsvImport/CsvImportOptions.ui @@ -6,18 +6,18 @@ <rect> <x>0</x> <y>0</y> - <width>333</width> + <width>365</width> <height>90</height> </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="1"> <widget class="QComboBox" name="separatorCombo"> <property name="cfg" stdset="0"> - <string>CsvImport.Separator</string> + <string notr="true">CsvImport.Separator</string> </property> <item> <property name="text"> @@ -48,11 +48,14 @@ </item> <item row="0" column="0" colspan="3"> <widget class="QCheckBox" name="firstRowAsColumnsCheck"> - <property name="cfg" stdset="0"> - <string>CsvImport.FirstRowAsColumns</string> + <property name="toolTip"> + <string><p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p></string> </property> <property name="text"> - <string>First row represents column names</string> + <string>Skip first row of data</string> + </property> + <property name="cfg" stdset="0"> + <string notr="true">CsvImport.FirstRowAsColumns</string> </property> </widget> </item> @@ -72,18 +75,18 @@ </size> </property> <property name="cfg" stdset="0"> - <string>CsvImport.CustomSeparator</string> + <string notr="true">CsvImport.CustomSeparator</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QCheckBox" name="nullCheck"> - <property name="cfg" stdset="0"> - <string>CsvImport.NullValues</string> - </property> <property name="text"> <string>NULL values:</string> </property> + <property name="cfg" stdset="0"> + <string notr="true">CsvImport.NullValues</string> + </property> </widget> </item> <item row="2" column="1" colspan="2"> @@ -92,7 +95,7 @@ <string>If your CSV data contains null values, define how are they represented in the CSV.</string> </property> <property name="cfg" stdset="0"> - <string>CsvImport.NullValueString</string> + <string notr="true">CsvImport.NullValueString</string> </property> </widget> </item> |
