Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.h18 class pictureWidget; variable
21 class pictureWidget : public QDialog
28 explicit pictureWidget(QWidget *parent = 0);
29 ~pictureWidget();
37 Ui::pictureWidget *ui;
H A Dpicturewidget.cpp85 pictureWidget::pictureWidget(QWidget *parent) : in pictureWidget() function in pictureWidget
87 ui(new Ui::pictureWidget) in pictureWidget()
103 void pictureWidget::show_file() in show_file()
133 pictureWidget::~pictureWidget() in ~pictureWidget()
137 void pictureWidget::on_usb_mount() in on_usb_mount()
142 void pictureWidget::on_usb_umount() in on_usb_umount()
147 QFileInfoList pictureWidget::GetFileList(QDir dir) in GetFileList()
259 void pictureWidget::show_file_by_iconview(QFileInfoList file_list) in show_file_by_iconview()
299 void pictureWidget::show_file_by_listview(QFileInfoList file_list) in show_file_by_listview()
321 void pictureWidget::show_big_picture(QModelIndex pos) in show_big_picture()
[all …]