Home
last modified time | relevance | path

Searched refs:pic_view (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicture_view.cpp20 ui(new Ui::Picture_view),pic_view(0) in Picture_view()
26 pic_view=new CProjectionPicture(ui->widget); in Picture_view()
27 pic_view->setParent(ui->widget); in Picture_view()
28 pic_view->resize(ui->widget->size()); in Picture_view()
31 pic_view->setWindowFlags(Qt::WindowStaysOnBottomHint); in Picture_view()
71 pic_view->show(); in Picture_view()
72 pic_view->setPicture(pic); in Picture_view()
73 pic_view->resize(deskWidth,deskHeight-33); in Picture_view()
135 pic_view->hide(); in show_image()
141 pic_view->show(); in show_image()
[all …]
H A Dpicture_view.h46 CProjectionPicture* pic_view; variable