| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keyboard.h | 11 class Keyboard : public QWidget 15 explicit Keyboard(QWidget *parent = 0); 19 void resizeWidget(QWidget*w); 20 bool hasInput(QWidget *w); 22 void foucsChange(QWidget *old, QWidget *now); 35 QWidget *m_inputWidget;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/ |
| H A D | messagebox.cpp | 16 MessageBox::MessageBox(QWidget *parent, const QString &text, Button button) : QWidget(parent) in MessageBox() 71 MessageBox::MessageBox(QWidget *parent):QWidget(parent) in MessageBox() 78 QWidget *parentWidget = dynamic_cast<QWidget*>(parent()); in exec() 112 QWidget::paintEvent(e); in paintEvent() 135 return QWidget::eventFilter(watched, event); in eventFilter() 150 int MessageBox::showMessage(QWidget *parent, const QString &text, Button button) in showMessage() 156 int MessageBox::showDuringMessage(QWidget *parent, const QString &text, int duringSeconds) in showDuringMessage()
|
| H A D | messagebox.h | 10 class UI_LIBRARY MessageBox : public QWidget 27 static int showMessage(QWidget *parent, const QString &text, Button button= yes); 35 static int showDuringMessage(QWidget *parent, const QString &text, int duringSeconds=2); 38 explicit MessageBox(QWidget *parent, const QString &text, Button button= yes); 39 explicit MessageBox(QWidget *parent);
|
| H A D | iwidget.h | 20 public QWidget, in Q_DECLARE_LOGGING_CATEGORY() 25 IWidget(QWidget *parent=NULL); in Q_DECLARE_LOGGING_CATEGORY() 44 …classA(QWidget *parent=NULL):IWidget(parent){QHBoxLayout*hLayoyt=new QHBoxLayout(this); hLayoyt->a…
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | basewidget.cpp | 7 BaseWidget::BaseWidget(QWidget *parent) : QWidget(parent) in BaseWidget() 41 void BaseWidget::setWidgetFontBold(QWidget *widget) in setWidgetFontBold() 48 void BaseWidget::setWidgetFontSize(QWidget *widget, int size) in setWidgetFontSize() 57 QWidget::mousePressEvent(e); in mousePressEvent() 62 QWidget::mouseMoveEvent(e); in mouseMoveEvent() 67 QWidget::mouseReleaseEvent(e); in mouseReleaseEvent()
|
| H A D | basewidget.h | 7 class BaseWidget : public QWidget 11 explicit BaseWidget(QWidget *parent = 0); 13 static void setWidgetFontBold(QWidget *widget); 14 static void setWidgetFontSize(QWidget *widget, int size);
|
| H A D | qtkeyboard.cpp | 12 QKeyBoard::QKeyBoard(QWidget *parent) : QWidget(parent), in QKeyBoard() 50 connect(qApp, SIGNAL(focusChanged(QWidget*, QWidget*)), in QKeyBoard() 51 this, SLOT(slot_onApplicationFocusChanged(QWidget*, QWidget*))); in QKeyBoard() 135 void QKeyBoard::slot_onApplicationFocusChanged(QWidget *, QWidget *nowWidget) in slot_onApplicationFocusChanged() argument
|
| H A D | qtinputdialog.h | 14 inputDialog(QWidget *parent = nullptr); 16 static inputDialog* getInstance(QWidget *parent = nullptr) 42 void slot_onApplicationFocusChanged(QWidget *, QWidget *);
|
| H A D | qtkeyboard.h | 15 class QKeyBoard : public QWidget 19 explicit QKeyBoard(QWidget *parent = nullptr); 49 void slot_onApplicationFocusChanged(QWidget *, QWidget *);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | urllineedit.h | 46 class ExLineEdit : public QWidget 51 ExLineEdit(QWidget *parent = 0); 55 void setLeftWidget(QWidget *widget); 56 QWidget *leftWidget() const; 74 QWidget *m_leftWidget; 86 UrlLineEdit(QWidget *parent = 0);
|
| H A D | urllineedit.cpp | 56 ExLineEdit::ExLineEdit(QWidget *parent) in ExLineEdit() 57 : QWidget(parent) in ExLineEdit() 88 void ExLineEdit::setLeftWidget(QWidget *widget) in setLeftWidget() 93 QWidget *ExLineEdit::leftWidget() const in leftWidget() 102 QWidget::resizeEvent(event); in resizeEvent() 153 QWidget::focusInEvent(event); in focusInEvent() 166 QWidget::focusOutEvent(event); in focusOutEvent() 178 return QWidget::event(event); in event() 204 UrlIconLabel(QWidget *parent); 217 UrlIconLabel::UrlIconLabel(QWidget *parent) in UrlIconLabel() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/ |
| H A D | mediahome.cpp | 16 MediaHome::MediaHome(QWidget *parent) : in MediaHome() 49 QWidget *parent = this; in setHidden() 51 if(!dynamic_cast<QWidget*>(parent->parent())) in setHidden() 53 parent = dynamic_cast<QWidget*>(parent->parent()); in setHidden()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | Camera.cpp | 38 Camera::Camera(QWidget *parent) in Camera() 82 comboBox->addItem(QWidget::tr("camera video")); in Camera() 83 resolution->addItem(QWidget::tr("camera resolution")); in Camera() 98 comboBox->addItem(QWidget::tr(devname)); in Camera() 103 resolution->addItem(QWidget::tr("640x480")); in Camera() 104 resolution->addItem(QWidget::tr("1280x720")); in Camera() 105 resolution->addItem(QWidget::tr("1920x1080")); in Camera() 106 resolution->addItem((QWidget::tr("2592x1944"))); in Camera()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | boxwidget.cpp | 11 BoxWidget::BoxWidget(QWidget *parent) : QWidget(parent), in BoxWidget() 25 QWidget::mousePressEvent(e); in mousePressEvent() 31 QWidget::mouseReleaseEvent(e); in mouseReleaseEvent() 69 QWidget::mouseMoveEvent(e); in mouseMoveEvent() 145 QWidget::resizeEvent(e); in resizeEvent()
|
| /OK3568_Linux_fs/app/multivideoplayer/ |
| H A D | multivideoplayer.cpp | 113 QWidget *widget = new QWidget(); in MultiVideoPlayer() 119 QWidget *widget = new QWidget(); in MultiVideoPlayer() 126 QPalette palette = QWidget::palette(); in MultiVideoPlayer()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0002-gsttools-videowidget-Set-overlay-rectangle-when-resi.patch | 25 class QGstreamerVideoWidget : public QWidget 28 - QGstreamerVideoWidget(QWidget *parent = 0) 29 + QGstreamerVideoWidget(QGstreamerVideoOverlay *overlay, QWidget *parent = 0) 30 :QWidget(parent)
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/ |
| H A D | keytest.h | 21 class Keytest : public QWidget 26 explicit Keytest(QWidget *parent = 0); 28 QWidget *parent;
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/ |
| H A D | keytest.h | 20 class Keytest : public QWidget 25 explicit Keytest(QWidget *parent = 0); 27 QWidget *parent;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | serialassistantwidget.h | 13 public QWidget, 18 explicit SerialAssistantWidget(QWidget *parent = 0); 23 void setControl(QWidget *control);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | videoplaylist.h | 38 class VideoPlayList : public QWidget 43 static VideoPlayList *Instance(QWidget *parent = 0);//create window by this interface 80 explicit VideoPlayList(QWidget *parent = 0);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/ |
| H A D | videoplaylist.h | 38 class VideoPlayList : public QWidget 43 static VideoPlayList *Instance(QWidget *parent = 0);//create window by this interface 80 explicit VideoPlayList(QWidget *parent = 0);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/ |
| H A D | volumebutton.cpp | 45 VolumeButton::VolumeButton(QWidget *parent) : in VolumeButton() 51 QWidget *popup = new QWidget(this); in VolumeButton()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/ |
| H A D | volumebutton.cpp | 45 VolumeButton::VolumeButton(QWidget *parent) : in VolumeButton() 51 QWidget *popup = new QWidget(this); in VolumeButton()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/ |
| H A D | volumebutton.cpp | 45 VolumeButton::VolumeButton(QWidget *parent) : in VolumeButton() 51 QWidget *popup = new QWidget(this); in VolumeButton()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/ |
| H A D | volumebutton.cpp | 45 VolumeButton::VolumeButton(QWidget *parent) : in VolumeButton() 51 QWidget *popup = new QWidget(this); in VolumeButton()
|