This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<string>Number fields use comma for a decimal separator</string>
<string/>
</property>
<propertyname="statusTip">
<string>Number fields use comma for a decimal separator</string>
<string/>
</property>
<propertyname="whatsThis">
<string>Number fields use comma for a decimal separator</string>
<string/>
</property>
<layoutclass="QGridLayout"name="gridLayout_3">
<itemrow="1"column="0">
Expand All
@@ -52,7 +52,7 @@
</sizepolicy>
</property>
<propertyname="toolTip">
<string>Each line in the file is split using a regular expression to define the end of each field</string>
<string>Each line in the file is split using a regular expression to define the end of each field</string>
</property>
<propertyname="statusTip">
<string>Each line in the file is split using a regular expression to define the end of each field</string>
Expand All
@@ -68,13 +68,13 @@
<itemrow="2"column="0">
<widgetclass="QRadioButton"name="delimiterChars">
<propertyname="toolTip">
<string>Fields are delimited by specified delimiters with quote and escape characters</string>
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
</property>
<propertyname="statusTip">
<string>Fields are delimited by specified delimiters with quote and escape characters</string>
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
</property>
<propertyname="whatsThis">
<string><html><head/><body><p>Fields are delimited by specified delimiters with quote and escape characters</p><p>Fields quoted using a quote characters may contain delimiters and new lines</p><p>The escape character can escape new lines and quotes within quoted fields</p></body></html></string>
<string>Fields are defined by the specified delimiter, quote, and escape characters</string>
</property>
<propertyname="text">
<string>Selected delimiters</string>
Expand DownExpand Up
@@ -122,6 +122,15 @@
</property>
<item>
<widgetclass="QCheckBox"name="cbxDelimComma">
<propertyname="toolTip">
<string>Comma character is one of the delimiters</string>
</property>
<propertyname="statusTip">
<string>Comma character is one of the delimiters</string>
</property>
<propertyname="whatsThis">
<string>Comma character is one of the delimiters</string>
</property>
<propertyname="text">
<string>Comma</string>
</property>
Expand All
@@ -132,6 +141,12 @@
<propertyname="toolTip">
<string>Tab character is one of the delimiters</string>
</property>
<propertyname="statusTip">
<string>Tab character is one of the delimiters</string>
</property>
<propertyname="whatsThis">
<string>Tab character is one of the delimiters</string>
</property>
<propertyname="text">
<string>Tab</string>
</property>
Expand All
@@ -145,6 +160,12 @@
<propertyname="toolTip">
<string>Space character is one of the delimiters</string>
</property>
<propertyname="statusTip">
<string>Space character is one of the delimiters</string>
</property>
<propertyname="whatsThis">
<string>Space character is one of the delimiters</string>
</property>
<propertyname="text">
<string>Space</string>
</property>
Expand All
@@ -155,13 +176,31 @@
</item>
<item>
<widgetclass="QCheckBox"name="cbxDelimColon">
<propertyname="toolTip">
<string>Colon character is one of the delimiters</string>
</property>
<propertyname="statusTip">
<string>Colon character is one of the delimiters</string>
</property>
<propertyname="whatsThis">
<string>Colon character is one of the delimiters</string>
</property>
<propertyname="text">
<string>Colon</string>
</property>
</widget>
</item>
<item>
<widgetclass="QCheckBox"name="cbxDelimSemicolon">
<propertyname="toolTip">
<string>Semicolon character is one of the delimiters</string>
</property>
<propertyname="statusTip">
<string>Semicolon character is one of the delimiters</string>
</property>
<propertyname="whatsThis">
<string>Semicolon character is one of the delimiters</string>
</property>
<propertyname="text">
<string>Semicolon</string>
</property>
Expand DownExpand Up
@@ -545,10 +584,13 @@
</size>
</property>
<propertyname="toolTip">
<string>Name of the field containing y values</string>
<string>Name of the field containing well known text value</string>
</property>
<propertyname="statusTip">
<string>Name of the field containing well known text value</string>
</property>
<propertyname="whatsThis">
<string>Name of the field containing y values. Choose a field from the list. The list is generated by parsing the header row of the delimited text file.</string>
<string>Name of the field containing well known text value</string>
</property>
<propertyname="editable">
<bool>false</bool>
Expand DownExpand Up
@@ -742,7 +784,20 @@
</widget>
</item>
<item>
<widgetclass="QComboBox"name="cbxEncoding"/>
<widgetclass="QComboBox"name="cmbEncoding">
<propertyname="toolTip">
<string>Select the file encoding</string>
</property>
<propertyname="statusTip">
<string>Select the file encoding</string>
</property>
<propertyname="whatsThis">
<string>Select the file encoding</string>
</property>
<propertyname="insertPolicy">
<enum>QComboBox::InsertAtTop</enum>
</property>
</widget>
</item>
</layout>
</item>
Expand DownExpand Up
@@ -829,13 +884,13 @@
</size>
</property>
<propertyname="toolTip">
<string>The number of lines at the beginning of the file to ignore</string>
<string>The number of lines to discard from the beginning of the file</string>
</property>
<propertyname="statusTip">
<string>The number of lines at the beginning of the file to ignore</string>
<string>The number of lines to discard from the beginning of the file</string>
</property>
<propertyname="whatsThis">
<string>The number of lines at the beginning of the file to ignore</string>
<string>The number of lines to discard from the beginning of the file</string>
</property>
<propertyname="wrapping">
<bool>false</bool>
Expand All
@@ -851,13 +906,13 @@
<item>
<widgetclass="QCheckBox"name="cbxUseHeader">
<propertyname="toolTip">
<string>Field names are read from the first line. If not selected then fields are numbered</string>
<string>Field names are read from the first record. If not selected then fields are numbered</string>
</property>
<propertyname="statusTip">
<string>Field names are read from the first line. If not selected then fields are numbered</string>
<string>Field names are read from the first record. If not selected then fields are numbered</string>
</property>
<propertyname="whatsThis">
<string>Field names are read from the first line. If not selected then fields are numbered</string>
<string>Field names are read from the first record. If not selected then fields are numbered</string>
</property>
<propertyname="text">
<string>First record has field names</string>
Expand DownExpand Up
@@ -929,16 +984,16 @@
<bool>true</bool>
</property>
<propertyname="toolTip">
<string>X and Y coordinates have comma for decimal separator</string>
<string>Number fields use comma for a decimal separator</string>
</property>
<propertyname="statusTip">
<string>X and Y coordinates have comma for decimal separator</string>
<string>Number fields use comma for a decimal separator</string>
</property>
<propertyname="whatsThis">
<string>X and Y coordinates have comma for decimal separator</string>
<string>Number fields use comma for a decimal separator</string>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters