Std WhatsThis/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 40: Line 40:
* The documentation is based on Qt compiled HTML pages. For it to launch Qt Assistant must be installed.
* The documentation is based on Qt compiled HTML pages. For it to launch Qt Assistant must be installed.
* On Debian/Ubuntu and possibly other Linux systems, the offline documentation may need to be installed separately. The package is named {{FileName|freecad-doc}}, or {{FileName|freecad-daily-doc}} (for the freecad-daily PPA). See [[Installing_Helpfile|Installing Helpfile]].
* On Debian/Ubuntu and possibly other Linux systems, the offline documentation may need to be installed separately. The package is named {{FileName|freecad-doc}}, or {{FileName|freecad-daily-doc}} (for the freecad-daily PPA). See [[Installing_Helpfile|Installing Helpfile]].

Read this post to understand how the commands must be named in the code to match the help pages in the wiki.
* [https://forum.freecadweb.org/viewtopic.php?t=27265 Bunch of TechDraw pages don't have the correct name]


{{Docnav
{{Docnav

Revision as of 19:14, 29 August 2020

Std Direkthilfe

Menüeintrag
Hilfe → Direkthilfe
Arbeitsbereich
Alle
Standardtastenkürzel
Shift + F1
Eingeführt in Version
-
Siehe auch
Hilfe

Beschreibung

Dieses Werkzeug bietet Informationen zu einem ausgewählten Befehl durch Öffnen der Offline-Hilfedokumentation der entsprechenden Seite.

Anwendung

  1. Drücke den Direkthilfe-Button.
  2. Klicke auf ein Werkzeugleisten-Piktogramm oder einen Menüeintrag.

Notes

  • Some commands are not documented, in that case the offline help will open on a blank page and report that the page could not be found.
  • The documentation is based on Qt compiled HTML pages. For it to launch Qt Assistant must be installed.
  • On Debian/Ubuntu and possibly other Linux systems, the offline documentation may need to be installed separately. The package is named freecad-doc, or freecad-daily-doc (for the freecad-daily PPA). See Installing Helpfile.

Read this post to understand how the commands must be named in the code to match the help pages in the wiki.