src/hbwidgets/widgets/hbpushbutton_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 3 11d3954df52a
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    72 
    72 
    73     QString text;
    73     QString text;
    74     QString additionalText;
    74     QString additionalText;
    75     HbIcon icon;
    75     HbIcon icon;
    76     HbIcon background;
    76     HbIcon background;
    77     Qt::Orientation orientation;
       
    78     HbFrameDrawer *backgroundFrameDrawer;
    77     HbFrameDrawer *backgroundFrameDrawer;
    79     QTimer *longPressTimer;
    78     QTimer *longPressTimer;
    80     Qt::Alignment textAlignment;
    79     Qt::Alignment textAlignment;
    81     Qt::Alignment additionalTextAlignment;
    80     Qt::Alignment additionalTextAlignment;
    82     bool stretched;
    81     bool stretched;