{"id":458,"date":"2026-07-29T10:56:43","date_gmt":"2026-07-29T09:56:43","guid":{"rendered":"https:\/\/myjetsonnano.perseus314.com\/?p=458"},"modified":"2026-07-29T11:30:14","modified_gmt":"2026-07-29T10:30:14","slug":"transfer-pc-to-pc","status":"publish","type":"post","link":"https:\/\/myjetsonnano.perseus314.com\/index.php\/2026\/07\/29\/transfer-pc-to-pc\/","title":{"rendered":"Transfer PC to PC"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">An easy file or just text transfer method. Up load here. Download from here.<br><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"550\" src=\"https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/07\/image-34-1024x550.png\" alt=\"\" class=\"wp-image-459\" srcset=\"https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/07\/image-34-1024x550.png 1024w, https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/07\/image-34-300x161.png 300w, https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/07\/image-34-768x413.png 768w, https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/07\/image-34-1536x826.png 1536w, https:\/\/myjetsonnano.perseus314.com\/wp-content\/uploads\/2026\/07\/image-34.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">HelpTopics.h<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>#pragma once\n\n#include &lt;QString&gt;\n#include &lt;QWidget&gt;\n\nenum class HelpTopic\n{\n    AcquireImage,\n    ZStack,\n    CollisionAvoidance,\n    WorkingDistance\n};\n\nQString HelpText(HelpTopic topic);\n\nvoid RegisterHelp(QWidget *widget, HelpTopic topic);\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">HelpTopics.cpp<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>#include \"HelpTopics.h\"\n\nQString HelpText(HelpTopic topic)\n{\n    switch (topic)\n    {\n    case HelpTopic::AcquireImage:\n        return\n            \"&lt;b&gt;Acquire Image&lt;\/b&gt;&lt;br&gt;\"\n            \"Acquires a single image using the current settings.\";\n\n    case HelpTopic::ZStack:\n        return\n            \"&lt;b&gt;Z Stack&lt;\/b&gt;&lt;br&gt;\"\n            \"Captures a sequence of images at different Z positions.\";\n\n    case HelpTopic::CollisionAvoidance:\n        return\n            \"&lt;b&gt;Collision Avoidance&lt;\/b&gt;&lt;br&gt;\"\n            \"Prevents the objective from contacting the sample.\";\n\n    case HelpTopic::WorkingDistance:\n        return\n            \"&lt;b&gt;Working Distance&lt;\/b&gt;&lt;br&gt;\"\n            \"Distance from the front of the objective to the sample when in focus.\";\n    }\n\n    return QString();\n}\n\nvoid RegisterHelp(QWidget *widget, HelpTopic topic)\n{\n    widget-&gt;setWhatsThis(HelpText(topic));\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Changes to main.cpp<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code> #include \"tracing.h\"\n \n #include &lt;QApplication>\n #include &lt;string>\n \n+#include \"HelpTopics.h\" \/\/ temporary\n+\n int main(int argc, char *argv&#91;])\n {\n     bool bTrainingMode = false;\n #if defined TRAININGMODE &amp;&amp; TRAININGMODE\n     bTrainingMode = true;\n@@ -107,10 +109,14 @@ int main(int argc, char *argv&#91;])\n         LIGSA_TRACE(\"get license\");\n         bool acceptLicense = (Ligsa::features(true) != Ligsa::Feature::None);\n \n         while(!acceptLicense)\n         {\n+            QMessageBox::information(nullptr, \/\/ temporary\n+                                     \"Help Test\",\n+                                     HelpText(HelpTopic::AcquireImage));\n+\n             LIGSA_TRACE(\"no license - show connection dialog\");\n             ConnectionDialog dialog;\n \n             if (isDemoMode)\n             {\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>An easy file or just text transfer method. Up load here. Download from here. HelpTopics.h HelpTopics.cpp Changes to main.cpp<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-458","post","type-post","status-publish","format-standard","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts\/458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/comments?post=458"}],"version-history":[{"count":2,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts\/458\/revisions"}],"predecessor-version":[{"id":461,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/posts\/458\/revisions\/461"}],"wp:attachment":[{"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/media?parent=458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/categories?post=458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myjetsonnano.perseus314.com\/index.php\/wp-json\/wp\/v2\/tags?post=458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}