diff options
| author | 2015-01-30 17:00:07 -0500 | |
|---|---|---|
| committer | 2015-01-30 17:00:07 -0500 | |
| commit | 016003905ca0e8e459e3dc33e786beda8ec92f45 (patch) | |
| tree | 34aba2d2e0d66fbf2c3821ee8358f56e40c4c95e /Plugins/CsvImport/CsvImportOptions.ui | |
| parent | 724c012ada23ef480c61fe99e3c9784b91aeb1ca (diff) | |
Imported Upstream version 3.0.2upstream/3.0.2
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> |
