#include <queryeditordialog.h>
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 | |
| QueryStringModel::QueryStringModel | ( | QObject * | parent = 0 |
) |
| 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
1.5.5