src/hbwidgets/widgets/hbgroupbox_p.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    36         GroupBoxSimpleLabel = 0x01,
    36         GroupBoxSimpleLabel = 0x01,
    37         GroupBoxRichLabel = 0x02,
    37         GroupBoxRichLabel = 0x02,
    38         GroupBoxCollapsingContainer = 0x03,
    38         GroupBoxCollapsingContainer = 0x03,
    39         GroupBoxTypeUnknown = 0x04
    39         GroupBoxTypeUnknown = 0x04
    40     };
    40     };
    41 	
    41     
    42 /*
    42 /*
    43     private class definition
    43     private class definition
    44 */
    44 */
    45 class HbGroupBoxPrivate : public HbWidgetPrivate	
    45 class HbGroupBoxPrivate : public HbWidgetPrivate    
    46 {
    46 {
    47     Q_DECLARE_PUBLIC(HbGroupBox)
    47     Q_DECLARE_PUBLIC(HbGroupBox)
    48 
    48 
    49 public:
    49 public:
    50 
    50