Searched refs:absoluteFilePath (Results 1 – 15 of 15) sorted by relevance
279 QUrl absoluteFilePath = argc > 1 ? in main() local280 QUrl(QStringLiteral("file://") + QFileInfo(argv[1]).absoluteFilePath()) : in main()290 if (!absoluteFilePath.isEmpty()) { in main()292 … QMetaObject::invokeMethod(geoJsoner, "load", Qt::QueuedConnection, Q_ARG(QUrl, absoluteFilePath)); in main()
97 …initDone = im_open_decoder(sysDict.toUtf8().constData(), usrDictInfo.absoluteFilePath().toUtf8().c… in init()99 …t initialize pinyin engine. sys_dict:" << sysDict << "usr_dict:" << usrDictInfo.absoluteFilePath(); in init()111 im_init_user_dictionary(usrDictInfo.absoluteFilePath().toUtf8().constData()); in setUserDictionary()
69 pic.load(fileInfo_to_show.absoluteFilePath()); in Picture_view()117 fileInfo.absoluteFilePath(); in GetFileList()127 pic.load(fileInfo_to_show.absoluteFilePath()); in show_image()
159 fileInfo.absoluteFilePath(); in GetFileList()267 QString tempFilePath=file_info.absoluteFilePath(); in show_file_by_iconview()305 QString tempFilePath=file_info.absoluteFilePath(); in show_file_by_listview()329 pic.load(fileInfo_to_show.absoluteFilePath()); in show_big_picture()
34 m_d->images<< info.absoluteFilePath(); in ImageWidget()35 qDebug()<< info.absoluteFilePath(); in ImageWidget()
40 QPluginLoader loader(pluginsDir.absoluteFilePath(fileName)); in getShowPlugins()69 QPluginLoader *loader = new QPluginLoader(pluginsDir.absoluteFilePath(fileName)); in loadPlugins()
198 QString mime = getMimeType(file.absoluteFilePath()); in openInApp()206 qDebug() << "openInApp" << file.absoluteFilePath() << termCmd << mime << app << desktop; in openInApp()231 qDebug() << "openInApp" << exe << file.absoluteFilePath() << termCmd; in openInApp()
315 files.append(file.absoluteFilePath()); in on_openClicked()
352 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_preVideoButton_clicked()371 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_nextVideoButton_clicked()470 m_curVideoFilePath = m_playList.at(row).absoluteFilePath(); in on_notifyVideoPlayerToPlay()
305 m_curMusicFilePath = m_playList.at(row).absoluteFilePath(); in on_notifyMusicPlayerToPlay()361 m_curMusicFilePath = m_playList.at(m_curMusicFileCount).absoluteFilePath(); in on_preMusicButton_clicked()379 m_curMusicFilePath = m_playList.at(m_curMusicFileCount).absoluteFilePath();\ in on_nextMusicButton_clicked()
402 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_preVideoButton_clicked()421 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_nextVideoButton_clicked()520 m_curVideoFilePath = m_playList.at(row).absoluteFilePath(); in on_notifyVideoPlayerToPlay()
33 int id =QFontDatabase::addApplicationFont(info.absoluteFilePath()); in main()
302 m_curMusicFilePath = m_playList.at(row).absoluteFilePath(); in on_notifyMusicPlayerToPlay()358 m_curMusicFilePath = m_playList.at(m_curMusicFileCount).absoluteFilePath(); in on_preMusicButton_clicked()376 m_curMusicFilePath = m_playList.at(m_curMusicFileCount).absoluteFilePath();\ in on_nextMusicButton_clicked()
25 - lib.writeByteArray(m_fileInfo.absoluteFilePath().toLocal8Bit());
161 QFile file(m_offlineDirectory.absoluteFilePath(validTiles.first())); in getFromOfflineStorage()