Home
last modified time | relevance | path

Searched refs:lengthTagLabel (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/gui/
H A Dplayerwidget.cpp79 QLabel *lengthTagLabel = new QLabel(m_infoControlsGroupBox); in PlayerWidget() local
80 lengthTagLabel->setText(i18n("<b>Length</b>")); in PlayerWidget()
81 lengthTagLabel->installEventFilter(this); in PlayerWidget()
136 infoControlsLayout->addWidget(lengthTagLabel, 6, 0); in PlayerWidget()