Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello , I displayed a CSV fie in a tablewidget . then i want to extract column 1 data and put it in a QstringList . How Can i do this thank you
@dziko147 Such questions where asked often here, you should use the search function. Read the file line by line, split each line using QString::split() and read the first element from the resulting list.
@jsulm thank you :)