| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | places.qml | 412 //! [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 D | qdeclarativeplace_p.h | 106 Q_PROPERTY(QDeclarativePlace *favorite READ favorite WRITE setFavorite NOTIFY favoriteChanged) 180 QDeclarativePlace *favorite() const; 181 void setFavorite(QDeclarativePlace *favorite);
|
| H A D | qdeclarativeplace.cpp | 1026 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 D | PlaceDetails.qml | 115 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 D | SearchResultDelegate.qml | 105 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 D | iuu_phoenix.rst | 11 used by your favorite application to pilot the IUU 57 - boost provide a way to overclock the reader ( my favorite :-) )
|
| H A D | CREDITS | 99 Logitech customers to enjoy support in their favorite
|
| /OK3568_Linux_fs/buildroot/package/python-beautifulsoup4/ |
| H A D | Config.in | 7 HTML and XML files. It works with your favorite parser to
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | place-definition.qdocinc | 1 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 D | rcu-test-image.txt | 39 # Replace "precise" below with your favorite Ubuntu release.
|
| /OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/ |
| H A D | readme.txt | 56 Connect your serial cable to SER1 and open your favorite terminal emulation
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | remote-controller.rst | 72 the keycodes to something that your favorite media application likes.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | image.qrc | 6 <file>images/playerIcons/favorite.png</file>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0009-Rename-poll.h-to-vm_poll.h.patch | 60 * Or the client can specify its favorite poll class and locking behavior.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | image.qrc | 6 <file>images/playerIcons/favorite.png</file>
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/ |
| H A D | image.qrc | 6 <file>images/playerIcons/favorite.png</file>
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | quickstart.txt | 47 to get the dependencies of your favorite interface.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.uniphier | 24 favorite compiler.
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | readme.txt | 51 well-formatted packages... there are many of these, just pick your favorite
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | fbcon.rst | 22 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 D | tst_place.qml | 308 … { tag: "favorite", property: "favorite", signal: "favoriteChanged", value: favoritePlace }
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 373 - Go to the next favorite channel
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | earlyprintk.rst | 123 your favorite terminal emulator (minicom, etc.) and set
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | eisa.rst | 219 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 D | places-backend.qdoc | 112 …have been 'favorited' into the destination manager and perhaps display the customized favorite name
|