Home
last modified time | relevance | path

Searched refs:QLabel (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dsearchfiledialog.cpp75 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("fileNameLabel")){ in createFileDialog()
78 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("fileTypeLabel")){ in createFileDialog()
81 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("lookInLabel")){ in createFileDialog()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dsearchfiledialog.cpp75 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("fileNameLabel")){ in createFileDialog()
78 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("fileTypeLabel")){ in createFileDialog()
81 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("lookInLabel")){ in createFileDialog()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dsearchfiledialog.cpp75 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("fileNameLabel")){ in createFileDialog()
78 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("fileTypeLabel")){ in createFileDialog()
81 if (QLabel *label = m_pFileDialog->findChild<QLabel *>("lookInLabel")){ in createFileDialog()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dsettings.ui45 <widget class="QLabel" name="label_3" >
78 <widget class="QLabel" name="label_4" >
122 <widget class="QLabel" name="label_7" >
135 <widget class="QLabel" name="label_8" >
187 <widget class="QLabel" name="label_5" >
197 <widget class="QLabel" name="standardLabel" >
223 <widget class="QLabel" name="label_6" >
233 <widget class="QLabel" name="fixedLabel" >
316 <widget class="QLabel" name="label_2" >
352 <widget class="QLabel" name="label" >
[all …]
H A Dsqueezelabel.cpp36 SqueezeLabel::SqueezeLabel(QWidget *parent) : QLabel(parent) in SqueezeLabel()
47 QLabel::paintEvent(event); in paintEvent()
50 QLabel::paintEvent(event); in paintEvent()
H A Dproxy.ui17 <widget class="QLabel" name="iconLabel" >
24 <widget class="QLabel" name="introLabel" >
34 <widget class="QLabel" name="usernameLabel" >
44 <widget class="QLabel" name="passwordLabel" >
H A Dpassworddialog.ui19 <widget class="QLabel" name="iconLabel" >
26 <widget class="QLabel" name="introLabel" >
41 <widget class="QLabel" name="label" >
51 <widget class="QLabel" name="lblPassword" >
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dtitlebar.h6 class QLabel; variable
22 QLabel *m_title;
23 QLabel *m_version;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dwidget.cpp30 QList<QLabel*> showValueLbls ; in Widget()
35 QList<QLabel*> showVoltagelbls ; in Widget()
46 QLabel *pValueLbl = showValueLbls[i]; in Widget()
47 QLabel *pVoltageLbl = showVoltagelbls[i]; in Widget()
/OK3568_Linux_fs/app/qsetting/
H A Dqtwifi.h22 …qtWifi(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nullptr, bool on = f…
25 static qtWifi* getInstance(QWidget *parent, QLabel *label, QPushButton *btn, bool on = false)
45 QLabel *text;
H A Dqtbt.h63 …qtBT(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nullptr, bool on = fal…
65 …static qtBT* getInstance(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nu…
93 QLabel *text;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dvolumebutton.cpp57 label = new QLabel(popup); in VolumeButton()
62 typedef void(QLabel::*IntSlot)(int); in VolumeButton()
63 connect(slider, &QAbstractSlider::valueChanged, label, static_cast<IntSlot>(&QLabel::setNum)); in VolumeButton()
H A Dmusicplayer.h50 QT_FORWARD_DECLARE_CLASS(QLabel)
98 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
99 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
H A Dvolumebutton.h47 QT_FORWARD_DECLARE_CLASS(QLabel) in QT_FORWARD_DECLARE_CLASS() argument
70 QLabel *label = nullptr; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmusicplayer.h49 QT_FORWARD_DECLARE_CLASS(QLabel)
94 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
95 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
H A Dvolumebutton.cpp57 label = new QLabel(popup); in VolumeButton()
62 typedef void(QLabel::*IntSlot)(int); in VolumeButton()
63 connect(slider, &QAbstractSlider::valueChanged, label, static_cast<IntSlot>(&QLabel::setNum)); in VolumeButton()
H A Dvolumebutton.h47 QT_FORWARD_DECLARE_CLASS(QLabel) in QT_FORWARD_DECLARE_CLASS() argument
70 QLabel *label = nullptr; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/
H A Dmusicplayer.h49 QT_FORWARD_DECLARE_CLASS(QLabel)
94 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
95 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
H A Dvolumebutton.cpp57 label = new QLabel(popup); in VolumeButton()
62 typedef void(QLabel::*IntSlot)(int); in VolumeButton()
63 connect(slider, &QAbstractSlider::valueChanged, label, static_cast<IntSlot>(&QLabel::setNum)); in VolumeButton()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dvolumebutton.cpp57 label = new QLabel(popup); in VolumeButton()
62 typedef void(QLabel::*IntSlot)(int); in VolumeButton()
63 connect(slider, &QAbstractSlider::valueChanged, label, static_cast<IntSlot>(&QLabel::setNum)); in VolumeButton()
H A Dmusicplayer.h50 QT_FORWARD_DECLARE_CLASS(QLabel)
98 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
99 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dmainwindow.cpp72 QLabel *label = new QLabel(this); in MainWindow()
77 QLabel *updateLabel = new QLabel("Update interval"); in MainWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dmainwindow.cpp72 QLabel *label = new QLabel(this); in MainWindow()
77 QLabel *updateLabel = new QLabel("Update interval"); in MainWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyinbar.h7 class QLabel; variable
20 QLabel *m_pinyinLbl;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dqipaddressedit.cpp31 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()
33 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()
35 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()

1234