Searched refs:infoLabel (Results 1 – 8 of 8) sorted by relevance
101 infoLabel->setText(QDir::toNativeSeparators(filePath)); in playUrl()105 infoLabel->setText(url.toString()); in playUrl()238 infoLabel->setText(info.join(tr(" - "))); in updateInfo()245 infoLabel->setText(errorString.isEmpty() in handleError()280 infoLabel = new QLabel(this); in createWidgets()283 infoLabel->setFont(font); in createWidgets()294 controlLayout->addWidget(infoLabel,0,2); in createWidgets()
99 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS() local
100 infoLabel->setText(QDir::toNativeSeparators(filePath)); in playUrl()104 infoLabel->setText(url.toString()); in playUrl()237 infoLabel->setText(info.join(tr(" - "))); in updateInfo()244 infoLabel->setText(errorString.isEmpty() in handleError()287 infoLabel = new QLabel(this); in createWidgets()290 infoLabel->setFont(font); in createWidgets()302 controlLayout->addWidget(infoLabel,0,2); in createWidgets()
95 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS() local