summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/images/qt-simulator-nfc-editor.pngbin0 -> 48575 bytes
-rw-r--r--doc/images/qt-simulator-nfc.pngbin8085 -> 6024 bytes
-rw-r--r--doc/simulator.qdoc18
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
new file mode 100644
index 0000000..71a503c
--- /dev/null
+++ b/doc/images/qt-simulator-nfc-editor.png
Binary files differ
diff --git a/doc/images/qt-simulator-nfc.png b/doc/images/qt-simulator-nfc.png
index 59c36ee..4e8c55b 100644
--- a/doc/images/qt-simulator-nfc.png
+++ b/doc/images/qt-simulator-nfc.png
Binary files differ
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.
*/