Home
last modified time | relevance | path

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

/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qvideoob/ui/
H A Dminivideo_ui.py101 self.backendLabel = QtWidgets.QLabel(MiniVideo)
102 self.backendLabel.setObjectName("backendLabel")
103 self.formLayout.setWidget(5, QtWidgets.QFormLayout.FieldRole, self.backendLabel)
123 self.backendLabel.setText(_translate("MiniVideo", "TextLabel"))
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qvideoob/
H A Dminivideo.py40 self.ui.backendLabel.setText(backend.name)
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dpref.cpp393 QLabel *backendLabel = new QLabel(i18n ("Use movie player:")); in PrefSourcePageURL() local
395 gridlayout->addWidget (backendLabel, 0, 0); in PrefSourcePageURL()