Home
last modified time | relevance | path

Searched refs:parentWidget (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp78 QWidget *parentWidget = dynamic_cast<QWidget*>(parent()); in exec() local
79 if(parentWidget != Q_NULLPTR) in exec()
81 int x = (parentWidget->width()-width())/2; in exec()
82 int y = (parentWidget->height()-height())/2; in exec()
84 filterChild(parentWidget); in exec()
96 if(parentWidget != Q_NULLPTR) in exec()
/OK3568_Linux_fs/app/qsetting/
H A Dqtkeyboard.cpp163 if (lineEdit && lineEdit->parentWidget()) in btn_clicked()
164 lineEdit->parentWidget()->setFocus(); in btn_clicked()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-framework-qt5/
H A D0001-examples-plugins-Replace-obsolete-screenGeometry.patch38 mainWidget->parentWidget()->resize(screenSize);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dsettings.cpp81 SetFirst* psetFirst=static_cast<SetFirst*>(parentWidget()); in on_returnButton_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dsearchlineedit.cpp108 QWidget *p = parentWidget(); in mousePressEvent()
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0003-gsttools-videooverlay-Support-waylandsink-and-kmssin.patch293 + QWidget *parent = parentWidget();