--- a/src/hbcore/gui/hbtoolbar.h Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/gui/hbtoolbar.h Fri Jun 11 13:58:22 2010 +0300
@@ -60,6 +60,8 @@
enum { Type = Hb::ItemType_ToolBar };
int type() const { return Type; }
+ QRectF boundingRect() const;
+
public slots:
void setOrientation(Qt::Orientation orientation);
@@ -72,6 +74,7 @@
void resizeEvent( QGraphicsSceneResizeEvent *event );
void hideEvent(QHideEvent *event);
bool event( QEvent *event );
+ virtual void polish(HbStyleParameters ¶ms);
private:
Q_DECLARE_PRIVATE_D( d_ptr, HbToolBar )