Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
6fd5870df0fbad0187b6d8bf7e3b12afb2e7a66f
Description
qtbase/src/widgets/widgets/qprogressbar.cpp
if (QStyleOptionProgressBarV2 *optionV2 = qstyleoption_cast<QStyleOptionProgressBarV2 *>(option)) { optionV2->orientation = d->orientation; // ### Qt 5: use State_Horizontal instead optionV2->invertedAppearance = d->invertedAppearance; optionV2->bottomToTop = (d->textDirection == QProgressBar::BottomToTop); }
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed