~ubuntu-branches/ubuntu/oneiric/arora/oneiric

« back to all changes in this revision

Viewing changes to src/tabwidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Sune Vuorela
  • Date: 2008-06-29 22:41:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080629224106-71n3f1419hlrp5of
Tags: 0.2-1
* Finally a upstream release.
* Use make install instead of handpicking files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    QByteArray saveState() const;
138
138
    bool restoreState(const QByteArray &state);
139
139
 
 
140
#if QT_VERSION < 0x040500
140
141
protected:
141
142
    void contextMenuEvent(QContextMenuEvent *event);
142
 
#if QT_VERSION < 0x040500
143
143
    void mouseDoubleClickEvent(QMouseEvent *event);
144
144
    void mouseReleaseEvent(QMouseEvent *event);
145
145
    void wheelEvent(QWheelEvent *event);
169
169
    void lineEditReturnPressed();
170
170
    void windowCloseRequested();
171
171
    void moveTab(int fromIndex, int toIndex);
 
172
    void geometryChangeRequestedCheck(const QRect &geometry);
 
173
    void menuBarVisibilityChangeRequestedCheck(bool visible);
 
174
    void statusBarVisibilityChangeRequestedCheck(bool visible);
 
175
    void toolBarVisibilityChangeRequestedCheck(bool visible);
172
176
 
173
177
private:
174
178
    QLabel *animationLabel(int index, bool addMovie);