#include <QItemDelegate>#include "ui_sqldelegateui.h"


Go to the source code of this file.
Classes | |
| class | SqlDelegate |
| A special delegate for editation of database result cells. See SqlDelegateUi for its widget. See Qt4 docs for delegate informations. More... | |
| class | SqlDelegateUi |
| A custom widget used for direct data editation in the DataViewer result table. It contains line edit and some buttons for specific tasks. LineEdit is used for direct editation as in the default item delegate. This widget is disabled when there is stored a multiline text (\n) or the value is BLOB. nullButton handles a real NULL values insertions. Text can be in 3 states: a string, an empty string ('') and NULL. Sqlite3 makes difference between '' and NULL. editButton opens "multi" editor (see MultiEditDialog()). User can edit multi lined large texts, load files into BLOB, or format DateTime data. More... | |
1.5.5