equal
deleted
inserted
replaced
91 |
91 |
92 protected: |
92 protected: |
93 HbLabel(HbLabelPrivate &dd, QGraphicsItem *parent); |
93 HbLabel(HbLabelPrivate &dd, QGraphicsItem *parent); |
94 |
94 |
95 void initStyleOption(HbStyleOptionLabel *option) const; |
95 void initStyleOption(HbStyleOptionLabel *option) const; |
|
96 QSizeF sizeHint ( Qt::SizeHint which, const QSizeF & constraint = QSizeF() ) const; |
96 |
97 |
97 private: |
98 private: |
98 Q_DECLARE_PRIVATE_D(d_ptr, HbLabel) |
99 Q_DECLARE_PRIVATE_D(d_ptr, HbLabel) |
99 Q_DISABLE_COPY(HbLabel) |
100 Q_DISABLE_COPY(HbLabel) |
100 }; |
101 }; |