diff options
| author | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2011-06-29 14:47:20 +0200 |
|---|---|---|
| committer | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2011-06-29 15:22:31 +0200 |
| commit | fb8f353942cd5a67bb061e2f007b8a7c2bab95be (patch) | |
| tree | 7b2fc05eedb262b002eb0584b3e055aa67ce0c17 | |
| parent | 09e6490a9a97730aa2047e1ad69358145f2e4a43 (diff) | |
Doc: NFC target editor
Reviewed-by: Rainer Keller
| -rw-r--r-- | doc/images/qt-simulator-nfc-editor.png | bin | 0 -> 48575 bytes | |||
| -rw-r--r-- | doc/images/qt-simulator-nfc.png | bin | 8085 -> 6024 bytes | |||
| -rw-r--r-- | doc/simulator.qdoc | 18 |
3 files changed, 16 insertions, 2 deletions
diff --git a/doc/images/qt-simulator-nfc-editor.png b/doc/images/qt-simulator-nfc-editor.png Binary files differnew file mode 100644 index 0000000..71a503c --- /dev/null +++ b/doc/images/qt-simulator-nfc-editor.png diff --git a/doc/images/qt-simulator-nfc.png b/doc/images/qt-simulator-nfc.png Binary files differindex 59c36ee..4e8c55b 100644 --- a/doc/images/qt-simulator-nfc.png +++ b/doc/images/qt-simulator-nfc.png diff --git a/doc/simulator.qdoc b/doc/simulator.qdoc index e2108fe..c108e0e 100644 --- a/doc/simulator.qdoc +++ b/doc/simulator.qdoc @@ -1572,8 +1572,22 @@ device. Double-click the target again to toggle the proximity status, and thus simulate target loss. - To reset the selected target to factory defaults, click \gui {Reset - Target}. + \section1 Editing Targets + + Usually, you should be able to test your application by using the predefined + tags. To edit them, click \gui {Edit Targets > Open} and select an .nfc + file. + + \image qt-simulator-nfc-editor.png "NFC Target Editor dialog" + + To create a new target of the type \gui {NFC Tag Type 1} or \gui {NFC Tag + Type 2}, click \gui {Edit Targets}. Specify details about the tag in the + editor and click \gui Save to save the tag as an .nfc file. You can also + copy an .nfc file to the \c {\stubdata\nfctargets} folder to add a tag to + the \gui Targets list. + + To remove a tag from the \gui Targets list, delete the .nfc file from the + \c {\stubdata\nfctargets} folder. */ |
