ImportCsvDialog
0
0
738
490
Import CSV file
-
QFormLayout::ExpandingFieldsGrow
-
&Table name
editName
-
-
&Column names in first line
checkboxHeader
-
-
Field &separator
comboSeparator
-
-
-
,
-
;
-
Tab
-
|
-
Other
-
1
-
Qt::Horizontal
40
20
-
&Quote character
comboQuote
-
-
-
"
-
'
-
-
Other
-
1
-
Qt::Horizontal
40
20
-
&Encoding
comboEncoding
-
-
-
UTF-8
-
UTF-16
-
ISO-8859-1
-
Other
-
-
Qt::Horizontal
40
20
-
Trim fields?
-
true
-
-
Qt::Horizontal
QDialogButtonBox::Cancel|QDialogButtonBox::Ok
editName
checkboxHeader
comboSeparator
editCustomSeparator
comboQuote
editCustomQuote
comboEncoding
editCustomEncoding
tablePreview
buttonBox
accepted()
ImportCsvDialog
accept()
261
480
157
274
buttonBox
rejected()
ImportCsvDialog
reject()
329
480
286
274
checkboxHeader
toggled(bool)
ImportCsvDialog
updatePreview()
187
46
354
45
comboSeparator
currentIndexChanged(int)
ImportCsvDialog
updatePreview()
216
71
445
64
comboQuote
currentIndexChanged(int)
ImportCsvDialog
updatePreview()
224
100
350
88
editName
textChanged(QString)
ImportCsvDialog
checkInput()
609
13
631
45
editCustomSeparator
textChanged(QString)
ImportCsvDialog
updatePreview()
325
70
577
76
editCustomQuote
textChanged(QString)
ImportCsvDialog
updatePreview()
467
101
530
90
comboEncoding
currentIndexChanged(int)
ImportCsvDialog
updatePreview()
198
131
572
121
editCustomEncoding
textChanged(QString)
ImportCsvDialog
updatePreview()
378
132
540
133
checkBoxTrimFields
toggled(bool)
ImportCsvDialog
updatePreview()
191
189
368
244
updatePreview()
checkInput()