~ubuntu-branches/ubuntu/karmic/arora/karmic

« back to all changes in this revision

Viewing changes to src/tabwidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-10-05 12:44:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005124410-upkpwpiq4pwihapj
Tags: 0.10.1-0ubuntu1
New release

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
class WebView;
82
82
class WebActionMapper;
83
83
class WebViewSearch;
 
84
class QToolButton;
84
85
 
85
86
/*!
86
87
    TabWidget that contains WebViews and a stack widget of associated line edits.
207
208
    QCompleter *m_lineEditCompleter;
208
209
    QStackedWidget *m_locationBars;
209
210
    TabBar *m_tabBar;
 
211
    QToolButton *addTabButton;
 
212
    QToolButton *closeTabButton;
210
213
};
211
214
 
212
215
#endif // TABWIDGET_H