~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to kexi/widget/tableview/kexitableedit.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    virtual int widthForValue(const QVariant &val, const QFontMetrics &fm);
177
177
 
178
178
    /*! \return total size of this editor, including any buttons, etc. (if present).
179
 
     Reimpelment this if you want to return more appropriate size. This impelmentation just
 
179
     Reimplement this if you want to return more appropriate size. This impelmentation just
180
180
     returns QWidget::size(). */
181
181
    virtual QSize totalSize() const {
182
182
        return QWidget::size();