#include <QAbstractTableModel>#include <QPair>


Go to the source code of this file.
Classes | |
| class | ShortcutModel |
| A model for sQL editor shortcuts. See ShortcutEditorDialog for basic idea of shortcuts. Shortcuts are handled as a QList of QPairs in the model. It's due the need of changing "key" values what is impossible in QMap/QHash structures (well, it could be done but it is expensive). Shortcuts are saved by Preferences as a QMap(QString,QVariant). QVariant due the QSettings limitations. More... | |
1.5.5