src/hbcore/style/hbstyle.h
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
child 7 923ff622b8b9
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
   131         P_ProgressBar_mintext,
   131         P_ProgressBar_mintext,
   132         P_ProgressBar_maxtext,
   132         P_ProgressBar_maxtext,
   133         P_NavigationButton_background,
   133         P_NavigationButton_background,
   134         P_IndicatorButton_background,
   134         P_IndicatorButton_background,
   135         P_IndicatorButton_handleindication,
   135         P_IndicatorButton_handleindication,
       
   136         P_IndicatorButton_eventindication,
   136         P_ItemViewItem_frame,   
   137         P_ItemViewItem_frame,   
   137         P_SelectionControl_selectionstart,
   138         P_SelectionControl_selectionstart,
   138         P_SelectionControl_selectionend,
   139         P_SelectionControl_selectionend,
   139         P_TreeViewItem_expandicon,
   140         P_TreeViewItem_expandicon,
   140         P_Label_richtext,
   141         P_Label_richtext,
   249     void widgetDestroyed(QObject* obj);
   250     void widgetDestroyed(QObject* obj);
   250 
   251 
   251 private:
   252 private:
   252     Q_DISABLE_COPY( HbStyle )
   253     Q_DISABLE_COPY( HbStyle )
   253     Q_DECLARE_PRIVATE_D( d_ptr, HbStyle )
   254     Q_DECLARE_PRIVATE_D( d_ptr, HbStyle )
   254 
       
   255     Q_PRIVATE_SLOT(d_func(), void _q_onThemeChanged())
       
   256 };
   255 };
   257 
   256 
   258 
   257 
   259 #endif // HBSTYLE_H
   258 #endif // HBSTYLE_H