Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.cpp269 QString tempFileName=tempFilePath.right(tempFilePath.size()-filename_index-1); in show_file_by_iconview() local
270 qDebug()<<"file name:"<<tempFileName; in show_file_by_iconview()
271 QString tempFileName_NoSuffix=tempFileName; in show_file_by_iconview()
273 QString suffix=tempFileName.right(tempFileName.size()-suffix_index-1); in show_file_by_iconview()
289 QString str = codec->toUnicode(tempFileName.toLatin1().data()); in show_file_by_iconview()
307 QString tempFileName=tempFilePath.right(tempFilePath.size()-filename_index-1); in show_file_by_listview() local
310 QString tempFileName_NoSuffix=tempFileName; in show_file_by_listview()
316 … QListWidgetItem *pItem = new QListWidgetItem(QIcon(objPixmap.scaled(QSize(20,20))),tempFileName); in show_file_by_listview()