| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/ |
| H A D | searchfiledialog.cpp | 75 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 D | searchfiledialog.cpp | 75 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 D | searchfiledialog.cpp | 75 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 D | settings.ui | 45 <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 D | squeezelabel.cpp | 36 SqueezeLabel::SqueezeLabel(QWidget *parent) : QLabel(parent) in SqueezeLabel() 47 QLabel::paintEvent(event); in paintEvent() 50 QLabel::paintEvent(event); in paintEvent()
|
| H A D | proxy.ui | 17 <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 D | passworddialog.ui | 19 <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 D | titlebar.h | 6 class QLabel; variable 22 QLabel *m_title; 23 QLabel *m_version;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/ |
| H A D | widget.cpp | 30 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 D | qtwifi.h | 22 …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 D | qtbt.h | 63 …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 D | volumebutton.cpp | 57 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 D | musicplayer.h | 50 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 D | volumebutton.h | 47 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 D | musicplayer.h | 49 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 D | volumebutton.cpp | 57 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 D | volumebutton.h | 47 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 D | musicplayer.h | 49 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 D | volumebutton.cpp | 57 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 D | volumebutton.cpp | 57 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 D | musicplayer.h | 50 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 D | mainwindow.cpp | 72 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 D | mainwindow.cpp | 72 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 D | pinyinbar.h | 7 class QLabel; variable 20 QLabel *m_pinyinLbl;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | qipaddressedit.cpp | 31 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit() 33 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit() 35 mainLayout->addWidget(new QLabel(".", this)); in QIpAddressEdit()
|