Changeset 133 for smplayer/vendor/current/src/widgetactions.cpp
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/widgetactions.cpp
r121 r133 205 205 QWidget * TimeLabelAction::createWidget ( QWidget * parent ) { 206 206 QLabel * time_label = new QLabel(parent); 207 time_label->setObjectName("time_label"); 207 208 time_label->setAlignment(Qt::AlignVCenter | Qt::AlignHCenter); 208 209 time_label->setAutoFillBackground(true);
Note:
See TracChangeset
for help on using the changeset viewer.