Changeset 769 for trunk/src/qt3support/widgets/q3spinwidget.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/qt3support/widgets/q3spinwidget.cpp
r651 r769 341 341 QStyleOptionSpinBox opt = getStyleOption(this); 342 342 343 if (d->theButton & 1) 343 if (d->theButton & 1) 344 344 opt.activeSubControls = QStyle::SC_SpinBoxDown; 345 else if (d->theButton & 2) 345 opt.state |= QStyle::State_Sunken; 346 } else if (d->theButton & 2) { 346 347 opt.activeSubControls = QStyle::SC_SpinBoxUp; 347 else 348 opt.state |= QStyle::State_Sunken; 349 } else 348 350 opt.activeSubControls = QStyle::SC_None; 349 351 opt.rect = style()->subControlRect(QStyle::CC_SpinBox, &opt, QStyle::SC_SpinBoxFrame, this);
Note:
See TracChangeset
for help on using the changeset viewer.