Searched refs:tempFilePath (Results 1 – 1 of 1) sorted by relevance
164 QImage covert_image_format(QString tempFilePath) in covert_image_format() argument166 QImage image(tempFilePath); in covert_image_format()267 QString tempFilePath=file_info.absoluteFilePath(); in show_file_by_iconview() local268 int filename_index=tempFilePath.lastIndexOf("/"); in show_file_by_iconview()269 QString tempFileName=tempFilePath.right(tempFilePath.size()-filename_index-1); in show_file_by_iconview()280 show_bitmap_info(tempFilePath); in show_file_by_iconview()286 objPixmap=QPixmap(tempFilePath); in show_file_by_iconview()305 QString tempFilePath=file_info.absoluteFilePath(); in show_file_by_listview() local306 int filename_index=tempFilePath.lastIndexOf("/"); in show_file_by_listview()307 QString tempFileName=tempFilePath.right(tempFilePath.size()-filename_index-1); in show_file_by_listview()[all …]