Home
last modified time | relevance | path

Searched refs:fileInfo_to_show (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicture_view.cpp12 extern QFileInfo fileInfo_to_show;
32 qDebug()<<"the filename will play is"<<fileInfo_to_show.completeBaseName(); in Picture_view()
33 current_path=fileInfo_to_show.absolutePath(); in Picture_view()
42 if(file_list[i]==fileInfo_to_show){ in Picture_view()
58 if(file_list[i]==fileInfo_to_show){ in Picture_view()
69 pic.load(fileInfo_to_show.absoluteFilePath()); in Picture_view()
70 qDebug()<<"show_image---file_name:"<<fileInfo_to_show.completeBaseName(); in Picture_view()
74 QString file_name=fileInfo_to_show.completeBaseName(); in Picture_view()
123 void Picture_view::show_image(QFileInfo fileInfo_to_show) in show_image() argument
127 pic.load(fileInfo_to_show.absoluteFilePath()); in show_image()
[all …]
H A Dpicturewidget.cpp9 extern QFileInfo fileInfo_to_show;
327 fileInfo_to_show=file_list.at(pos.row()); in show_big_picture()
329 pic.load(fileInfo_to_show.absoluteFilePath()); in show_big_picture()
H A Dpicture_view.h26 void show_image(QFileInfo fileInfo_to_show);
H A Dmain_desktop.cpp17 QFileInfo fileInfo_to_show; variable