equal
deleted
inserted
replaced
276 /** |
276 /** |
277 * Function to reset widget items. |
277 * Function to reset widget items. |
278 */ |
278 */ |
279 void resetProperties(); |
279 void resetProperties(); |
280 |
280 |
281 /** |
281 /** |
282 * Function to repolish the widget |
282 * Function to repolish widget. |
283 */ |
283 */ |
284 void repolishWidget(); |
284 void repolishWidget(); |
285 |
285 |
|
286 protected: |
|
287 |
|
288 /* |
|
289 * @see HbWidget |
|
290 */ |
|
291 virtual void polish(HbStyleParameters ¶ms); |
|
292 |
|
293 private slots: |
|
294 |
|
295 /* |
|
296 * Handler for orientation changed |
|
297 * @param orientation Qt::Orientation |
|
298 */ |
|
299 void orientationchanged(Qt::Orientation orientation); |
|
300 |
286 private: |
301 private: |
287 |
302 |
288 /** |
303 /** |
289 * Initialize the widget. |
304 * Initialize the widget. |
290 */ |
305 */ |