|
Scribus
Open source desktop publishing at your fingertips
|
A delegate/editor for guides model. It's based on the ScrSpinBox widget. User cannot enter any others (ugly and bad) values. More...
#include <guidesdelegate.h>


Public Member Functions | |
| GuidesDelegate (QObject *parent=0) | |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | unitChange (int docUnitDecimals) |
| void | setDoc (ScribusDoc *doc) |
Protected Attributes | |
| ScribusDoc * | m_doc |
A delegate/editor for guides model. It's based on the ScrSpinBox widget. User cannot enter any others (ugly and bad) values.