QueryStringModel Class Reference

Improved QStringListModel for items handling in paralel layouts. See queryeditordilog.ui in Qt4 designer. QueryStringModels are used in "swap" items views. More...

#include <queryeditordialog.h>

List of all members.

Public Member Functions

 QueryStringModel (QObject *parent=0)
Qt::ItemFlags flags (const QModelIndex &index) const
 Make it non-editable.
void clear ()
 remove all items from model
void append (const QString &value)
 append new string at the end of the model


Detailed Description

Improved QStringListModel for items handling in paralel layouts. See queryeditordilog.ui in Qt4 designer. QueryStringModels are used in "swap" items views.

Author:
Petr Vanek <petr@scribus.info>

Constructor & Destructor Documentation

QueryStringModel::QueryStringModel ( QObject *  parent = 0  ) 


Member Function Documentation

Qt::ItemFlags QueryStringModel::flags ( const QModelIndex &  index  )  const

Make it non-editable.

void QueryStringModel::clear (  ) 

remove all items from model

void QueryStringModel::append ( const QString &  value  ) 

append new string at the end of the model


The documentation for this class was generated from the following files:

Generated on Sat Jul 26 09:05:56 2008 for Sqliteman by  doxygen 1.5.5