roniemartinez / qdsvtablemodel

Qt/C++ class for reading and writing CSV (Comma-Separated Values), TSV(Tab-Separated Values), and other DSV(Delimiter-Separated Values) files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QDsvTableModel

Qt/C++ class for reading and writing CSV (Comma-Separated Values), TSV(Tab-Separated Values), and other DSV(Delimiter-Separated Values) files.

QDsvTableModel is based on QAbstractTableModel and from my blog "Dealing With CSV Files: The Easy Way" (http://qtsimplify.blogspot.com/2013/02/dealing-with-csv-files-easy-way.html). QDsvTableModel is still under development, but it is already usable.

EXAMPLE

An example application is included in the source code

AUTHOR

Ronie Martinez aka Code ReaQtor (ronmarti18@gmail.com)

About

Qt/C++ class for reading and writing CSV (Comma-Separated Values), TSV(Tab-Separated Values), and other DSV(Delimiter-Separated Values) files.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 97.9%Language:Prolog 2.1%