Home
last modified time | relevance | path

Searched refs:favorite (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml412 //! [Place favorite]
413 Text { text: place.favorite ? place.favorite.name : place.name }
414 //! [Place favorite]
421 //if necessary customizations to the favorite can be made here.
423 place.favorite.save();
430 place.favorite.remove();
434 //check successful removal of the favorite by monitoring its status.
435 //once that is done we can assign null to the favorite
436 place.favorite = null;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h106 Q_PROPERTY(QDeclarativePlace *favorite READ favorite WRITE setFavorite NOTIFY favoriteChanged)
180 QDeclarativePlace *favorite() const;
181 void setFavorite(QDeclarativePlace *favorite);
H A Dqdeclarativeplace.cpp1026 QDeclarativePlace *QDeclarativePlace::favorite() const in favorite() function in QDeclarativePlace
1031 void QDeclarativePlace::setFavorite(QDeclarativePlace *favorite) in setFavorite() argument
1034 if (m_favorite == favorite) in setFavorite()
1040 m_favorite = favorite; in setFavorite()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DPlaceDetails.qml115 placeName.text = place ? (place.favorite ? place.favorite.name : place.name) : ""
116 placeIcon.source = place ? (place.favorite ? place.favorite.icon.url(Qt.size(40,40))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/
H A DSearchResultDelegate.qml105 source: place.favorite ? "../../resources/star.png" : place.icon.url()
111 text: place.favorite ? place.favorite.name : place.name
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Diuu_phoenix.rst11 used by your favorite application to pilot the IUU
57 - boost provide a way to overclock the reader ( my favorite :-) )
H A DCREDITS99 Logitech customers to enjoy support in their favorite
/OK3568_Linux_fs/buildroot/package/python-beautifulsoup4/
H A DConfig.in7 HTML and XML files. It works with your favorite parser to
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplace-definition.qdocinc1 A place is a point of interest, it could be a favorite restaurant, a park or someone's home.
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt39 # Replace "precise" below with your favorite Ubuntu release.
/OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/
H A Dreadme.txt56 Connect your serial cable to SER1 and open your favorite terminal emulation
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dremote-controller.rst72 the keycodes to something that your favorite media application likes.
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dimage.qrc6 <file>images/playerIcons/favorite.png</file>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0009-Rename-poll.h-to-vm_poll.h.patch60 * Or the client can specify its favorite poll class and locking behavior.
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dimage.qrc6 <file>images/playerIcons/favorite.png</file>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/
H A Dimage.qrc6 <file>images/playerIcons/favorite.png</file>
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dquickstart.txt47 to get the dependencies of your favorite interface.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.uniphier24 favorite compiler.
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dreadme.txt51 well-formatted packages... there are many of these, just pick your favorite
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dfbcon.rst22 The framebuffer console can be enabled by using your favorite kernel
225 to 'y' or 'm'. Enable one or more of your favorite framebuffer drivers.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml308 … { tag: "favorite", property: "favorite", signal: "favoriteChanged", value: favoritePlace }
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Drc-tables.rst373 - Go to the next favorite channel
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dearlyprintk.rst123 your favorite terminal emulator (minicom, etc.) and set
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Deisa.rst219 For example, switching your favorite EISA SCSI card to the "hotplug"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc112 …have been 'favorited' into the destination manager and perhaps display the customized favorite name

12