![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtCsvModel class provides a QAbstractTableModel for CSV Files More...
#include <QxtCsvModel>
Inherits QAbstractTableModel.
The QxtCsvModel class provides a QAbstractTableModel for CSV Files
Constructs a new QxtCsvModel with parent
constructs a QxtCsvModel from a QIODevice file as source withHeader specifies if the data on the device contains a header or not. separator is the separator to use for the columns. most widely used separators are ',' '\t' ';'
constructs a QxtCsvModel from filename as source withHeader specifies if the data in the file contains a header or not. separator is the separator to use for the columns. most widely used separators are ',' '\t' ';'
Destructor
reads the cvs data from file withHeader specifies if the data on the device contains a header or not. separator is the separator to use for the columns. most widely used separators are ',' '\t' ';'
reads the cvs data from filename withHeader specifies if the data in the file contains a header or not. separator is the separator to use for the columns. most widely used separators are ',' '\t' ';'
writes the cvs data to file withHeader specifies if to write the header or not separator is the separator to use for the columns. most widely used separators are ',' '\t' ';'
writes the cvs data to filename withHeader specifies if to write the header or not separator is the separator to use for the columns. most widely used separators are ',' '\t' ';'
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |