Changeset ec813bb for src/mvc/delegate.cpp
- Timestamp:
- 08/23/11 20:57:20 (11 years ago)
- Branches:
- master, qt5
- Children:
- 12fe870
- Parents:
- be12b9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/delegate.cpp
rbe12b9f rec813bb 216 216 } 217 217 218 //// HIGHLIGHTING SELECTED ITEM219 //if (option.state & QStyle::State_Selected)220 //painter->fillRect(option.rect, option.palette.highlight());221 222 218 painter->restore(); 223 219 } … … 322 318 mControls.insert(AlarmControlOff, 323 319 new Control(AlarmControlOff, QString(":icons/appointment-soon-off.png"), mControls[FavouriteControlOff])); 324 #endif 325 320 // WARNING ICON 321 mControls.insert(WarningControl, 322 new Control(WarningControl, QString(":icons/dialog-warning.png"), mControls[AlarmControlOff])); 323 #else 326 324 // WARNING ICON 327 325 mControls.insert(WarningControl, 328 326 new Control(WarningControl, QString(":icons/dialog-warning.png"), mControls[FavouriteControlOn])); 327 #endif 328 329 329 } 330 330
Note: See TracChangeset
for help on using the changeset viewer.