Subversion Repositories svn1-original

Rev

Rev 240 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 240 Rev 264
Line 33... Line 33...
33
    void setEditorData(QWidget *editor, const QModelIndex &index) const;
33
    void setEditorData(QWidget *editor, const QModelIndex &index) const;
34
    void setModelData(QWidget *editor, QAbstractItemModel *model,
34
    void setModelData(QWidget *editor, QAbstractItemModel *model,
35
                      const QModelIndex &index) const;
35
                      const QModelIndex &index) const;
36
 
36
 
37
    void updateEditorGeometry(QWidget *editor,
37
    void updateEditorGeometry(QWidget *editor,
38
        const QStyleOptionViewItem &option, const QModelIndex &index) const;
38
                              const QStyleOptionViewItem &option, const QModelIndex &index) const;
39
 
39
 
40
    QString displayText ( const QVariant & value, const QLocale & locale ) const;
40
    QString displayText ( const QVariant & value, const QLocale & locale ) const;
41
};
41
};
42
 
42
 
43
#endif // TIMEDELEGATE_H
43
#endif // TIMEDELEGATE_H