equal
deleted
inserted
replaced
27 #define HBSTYLEOPTIONTOOLBUTTON_H |
27 #define HBSTYLEOPTIONTOOLBUTTON_H |
28 |
28 |
29 #include <hbstyleoption.h> |
29 #include <hbstyleoption.h> |
30 #include <hbicon.h> |
30 #include <hbicon.h> |
31 |
31 |
|
32 // Deprecated |
32 class HB_CORE_EXPORT HbStyleOptionToolButton : public HbStyleOption |
33 class HB_CORE_EXPORT HbStyleOptionToolButton : public HbStyleOption |
33 { |
34 { |
34 public: |
35 public: |
35 HbStyleOptionToolButton(); |
36 HbStyleOptionToolButton(); |
36 HbStyleOptionToolButton(const HbStyleOptionToolButton &other); |
37 HbStyleOptionToolButton(const HbStyleOptionToolButton &other); |
54 bool backgroundVisible; |
55 bool backgroundVisible; |
55 HbStyleOptionToolButton::ToolBarPosition toolBarPosition; |
56 HbStyleOptionToolButton::ToolBarPosition toolBarPosition; |
56 Qt::Orientation orientation; |
57 Qt::Orientation orientation; |
57 bool isCheckable; |
58 bool isCheckable; |
58 bool useSecondaryGraphics; |
59 bool useSecondaryGraphics; |
|
60 bool useTransparentGraphics; |
|
61 bool isToolBarExtension; |
59 }; |
62 }; |
60 |
63 |
61 #endif // HBSTYLEOPTIONTOOLBUTTON_H |
64 #endif // HBSTYLEOPTIONTOOLBUTTON_H |