Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceimagemodel.cpp150 case UrlRole: in data()
164 roles.insert(UrlRole, "url"); in roleNames()
H A Dqdeclarativeplaceimagemodel_p.h70 UrlRole = UserRole, enumerator
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.cpp453 case BookmarksModel::UrlRole: in data()
641 case BookmarksModel::UrlRole: in setData()
737 emit openUrl(index.data(BookmarksModel::UrlRole).toUrl()); in activated()
854 emit openUrl(index.sibling(index.row(), 1).data(BookmarksModel::UrlRole).toUrl()); in open()
962 action->setData(idx.data(BookmarksModel::UrlRole)); in build()
977 emit openUrl(index.data(BookmarksModel::UrlRole).toUrl()); in activated()
H A Dbookmarks.h154 UrlRole = Qt::UserRole + 2, enumerator
H A Dhistory.h143 UrlRole = Qt::UserRole + 3, enumerator
H A Dhistory.cpp415 case UrlRole: in data()
598 emit openUrl(index.data(HistoryModel::UrlRole).toUrl()); in activated()
709 emit openUrl(index.data(HistoryModel::UrlRole).toUrl()); in open()