|
19 | 19 | </iconset>
|
20 | 20 | </property>
|
21 | 21 | <property name="toolTip">
|
22 |
| - <string>Number fields use comma for a decimal point</string> |
| 22 | + <string/> |
23 | 23 | </property>
|
24 | 24 | <property name="statusTip">
|
25 |
| - <string>Number fields use comma for a decimal point</string> |
| 25 | + <string/> |
26 | 26 | </property>
|
27 | 27 | <property name="whatsThis">
|
28 |
| - <string>Number fields use comma for a decimal point</string> |
| 28 | + <string/> |
29 | 29 | </property>
|
30 | 30 | <layout class="QGridLayout" name="gridLayout_3">
|
31 | 31 | <item row="1" column="0">
|
|
52 | 52 | </sizepolicy>
|
53 | 53 | </property>
|
54 | 54 | <property name="toolTip">
|
55 |
| - <string>Each line in the file is split using a regular expression to define the end of each field</string> |
| 55 | + <string>A regular expression defines the end of each field. Each line is a separate record</string> |
56 | 56 | </property>
|
57 | 57 | <property name="statusTip">
|
58 |
| - <string>Each line in the file is split using a regular expression to define the end of each field</string> |
| 58 | + <string>A regular expression defines the end of each field. Each line is a separate record</string> |
59 | 59 | </property>
|
60 | 60 | <property name="whatsThis">
|
61 |
| - <string>Each line in the file is split using a regular expression to define the end of each field</string> |
| 61 | + <string>A regular expression defines the end of each field. Each line is a separate record</string> |
62 | 62 | </property>
|
63 | 63 | <property name="text">
|
64 | 64 | <string>Regular expression</string>
|
|
68 | 68 | <item row="2" column="0">
|
69 | 69 | <widget class="QRadioButton" name="delimiterChars">
|
70 | 70 | <property name="toolTip">
|
71 |
| - <string>Fields are delimited by specified delimiters with quote and escape characters</string> |
| 71 | + <string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string> |
72 | 72 | </property>
|
73 | 73 | <property name="statusTip">
|
74 |
| - <string>Fields are delimited by specified delimiters with quote and escape characters</string> |
| 74 | + <string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string> |
75 | 75 | </property>
|
76 | 76 | <property name="whatsThis">
|
77 |
| - <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> |
| 77 | + <string>Fields are delimited by specified delimiters with quote and escape characters which allow delimiters and new lines within a field</string> |
78 | 78 | </property>
|
79 | 79 | <property name="text">
|
80 | 80 | <string>Selected delimiters</string>
|
|
122 | 122 | </property>
|
123 | 123 | <item>
|
124 | 124 | <widget class="QCheckBox" name="cbxDelimComma">
|
| 125 | + <property name="toolTip"> |
| 126 | + <string>Comma character is one of the delimiters</string> |
| 127 | + </property> |
| 128 | + <property name="statusTip"> |
| 129 | + <string>Comma character is one of the delimiters</string> |
| 130 | + </property> |
| 131 | + <property name="whatsThis"> |
| 132 | + <string>Comma character is one of the delimiters</string> |
| 133 | + </property> |
125 | 134 | <property name="text">
|
126 | 135 | <string>Comma</string>
|
127 | 136 | </property>
|
|
132 | 141 | <property name="toolTip">
|
133 | 142 | <string>Tab character is one of the delimiters</string>
|
134 | 143 | </property>
|
| 144 | + <property name="statusTip"> |
| 145 | + <string>Tab character is one of the delimiters</string> |
| 146 | + </property> |
| 147 | + <property name="whatsThis"> |
| 148 | + <string>Tab character is one of the delimiters</string> |
| 149 | + </property> |
135 | 150 | <property name="text">
|
136 | 151 | <string>Tab</string>
|
137 | 152 | </property>
|
|
145 | 160 | <property name="toolTip">
|
146 | 161 | <string>Space character is one of the delimiters</string>
|
147 | 162 | </property>
|
| 163 | + <property name="statusTip"> |
| 164 | + <string>Space character is one of the delimiters</string> |
| 165 | + </property> |
| 166 | + <property name="whatsThis"> |
| 167 | + <string>Space character is one of the delimiters</string> |
| 168 | + </property> |
148 | 169 | <property name="text">
|
149 | 170 | <string>Space</string>
|
150 | 171 | </property>
|
|
155 | 176 | </item>
|
156 | 177 | <item>
|
157 | 178 | <widget class="QCheckBox" name="cbxDelimColon">
|
| 179 | + <property name="toolTip"> |
| 180 | + <string>Colon character is one of the delimiters</string> |
| 181 | + </property> |
| 182 | + <property name="statusTip"> |
| 183 | + <string>Colon character is one of the delimiters</string> |
| 184 | + </property> |
| 185 | + <property name="whatsThis"> |
| 186 | + <string>Colon character is one of the delimiters</string> |
| 187 | + </property> |
158 | 188 | <property name="text">
|
159 | 189 | <string>Colon</string>
|
160 | 190 | </property>
|
161 | 191 | </widget>
|
162 | 192 | </item>
|
163 | 193 | <item>
|
164 | 194 | <widget class="QCheckBox" name="cbxDelimSemicolon">
|
| 195 | + <property name="toolTip"> |
| 196 | + <string>Semicolon character is one of the delimiters</string> |
| 197 | + </property> |
| 198 | + <property name="statusTip"> |
| 199 | + <string>Semicolon character is one of the delimiters</string> |
| 200 | + </property> |
| 201 | + <property name="whatsThis"> |
| 202 | + <string>Semicolon character is one of the delimiters</string> |
| 203 | + </property> |
165 | 204 | <property name="text">
|
166 | 205 | <string>Semicolon</string>
|
167 | 206 | </property>
|
|
545 | 584 | </size>
|
546 | 585 | </property>
|
547 | 586 | <property name="toolTip">
|
548 |
| - <string>Name of the field containing y values</string> |
| 587 | + <string>Name of the field containing well known text value</string> |
| 588 | + </property> |
| 589 | + <property name="statusTip"> |
| 590 | + <string>Name of the field containing well known text value</string> |
549 | 591 | </property>
|
550 | 592 | <property name="whatsThis">
|
551 |
| - <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> |
| 593 | + <string>Name of the field containing well known text value</string> |
552 | 594 | </property>
|
553 | 595 | <property name="editable">
|
554 | 596 | <bool>false</bool>
|
|
742 | 784 | </widget>
|
743 | 785 | </item>
|
744 | 786 | <item>
|
745 |
| - <widget class="QComboBox" name="cbxEncoding"/> |
| 787 | + <widget class="QComboBox" name="cmbEncoding"> |
| 788 | + <property name="toolTip"> |
| 789 | + <string>Select the file encoding</string> |
| 790 | + </property> |
| 791 | + <property name="statusTip"> |
| 792 | + <string>Select the file encoding</string> |
| 793 | + </property> |
| 794 | + <property name="whatsThis"> |
| 795 | + <string>Select the file encoding</string> |
| 796 | + </property> |
| 797 | + </widget> |
746 | 798 | </item>
|
747 | 799 | </layout>
|
748 | 800 | </item>
|
|
829 | 881 | </size>
|
830 | 882 | </property>
|
831 | 883 | <property name="toolTip">
|
832 |
| - <string>The number of lines at the beginning of the file to ignore</string> |
| 884 | + <string>The number of lines to discard from the beginning of the file</string> |
833 | 885 | </property>
|
834 | 886 | <property name="statusTip">
|
835 |
| - <string>The number of lines at the beginning of the file to ignore</string> |
| 887 | + <string>The number of lines to discard from the beginning of the file</string> |
836 | 888 | </property>
|
837 | 889 | <property name="whatsThis">
|
838 |
| - <string>The number of lines at the beginning of the file to ignore</string> |
| 890 | + <string>The number of lines to discard from the beginning of the file</string> |
839 | 891 | </property>
|
840 | 892 | <property name="wrapping">
|
841 | 893 | <bool>false</bool>
|
|
851 | 903 | <item>
|
852 | 904 | <widget class="QCheckBox" name="cbxUseHeader">
|
853 | 905 | <property name="toolTip">
|
854 |
| - <string>Field names are read from the first line. If not selected then fields are numbered</string> |
| 906 | + <string>Field names are read from the first record. If not selected then fields are numbered</string> |
855 | 907 | </property>
|
856 | 908 | <property name="statusTip">
|
857 |
| - <string>Field names are read from the first line. If not selected then fields are numbered</string> |
| 909 | + <string>Field names are read from the first record. If not selected then fields are numbered</string> |
858 | 910 | </property>
|
859 | 911 | <property name="whatsThis">
|
860 |
| - <string>Field names are read from the first line. If not selected then fields are numbered</string> |
| 912 | + <string>Field names are read from the first record. If not selected then fields are numbered</string> |
861 | 913 | </property>
|
862 | 914 | <property name="text">
|
863 | 915 | <string>First record has field names</string>
|
|
929 | 981 | <bool>true</bool>
|
930 | 982 | </property>
|
931 | 983 | <property name="toolTip">
|
932 |
| - <string>X and Y coordinates have comma for decimal point</string> |
| 984 | + <string>Number fields use comma for a decimal point</string> |
933 | 985 | </property>
|
934 | 986 | <property name="statusTip">
|
935 |
| - <string>X and Y coordinates have comma for decimal point</string> |
| 987 | + <string>Number fields use comma for a decimal point</string> |
936 | 988 | </property>
|
937 | 989 | <property name="whatsThis">
|
938 |
| - <string>X and Y coordinates have comma for decimal point</string> |
| 990 | + <string>Number fields use comma for a decimal point</string> |
939 | 991 | </property>
|
940 | 992 | <property name="text">
|
941 | 993 | <string>Decimal point is comma</string>
|
|
966 | 1018 | <tabstop>txtFilePath</tabstop>
|
967 | 1019 | <tabstop>btnBrowseForFile</tabstop>
|
968 | 1020 | <tabstop>txtLayerName</tabstop>
|
969 |
| - <tabstop>cbxEncoding</tabstop> |
| 1021 | + <tabstop>cmbEncoding</tabstop> |
970 | 1022 | <tabstop>delimiterCSV</tabstop>
|
971 | 1023 | <tabstop>delimiterChars</tabstop>
|
972 | 1024 | <tabstop>cbxDelimComma</tabstop>
|
|
0 commit comments