changeset 34 | ed14f46c0e55 |
parent 7 | 923ff622b8b9 |
--- a/src/hbwidgets/dataform/hbdataform.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbwidgets/dataform/hbdataform.h Mon Oct 18 18:23:13 2010 +0300 @@ -89,6 +89,10 @@ void initStyleOption(HbStyleOptionDataForm *option); + void orientationChanged(Qt::Orientation newOrientation); + void orientationAboutToBeChanged(); + void showEvent(QShowEvent * event); + void hideEvent ( QHideEvent * event ); private: Q_DECLARE_PRIVATE_D(d_ptr, HbDataForm) Q_DISABLE_COPY(HbDataForm)