kflog-project / KFLog

Flight planning and analysis software
Other
17 stars 8 forks source link

Standardize Online Help System #34

Open Ventusfahrer opened 9 years ago

Ventusfahrer commented 9 years ago

Currently KFLog uses two different Helpsystems,

  1. Help -> What's this is only working over the map area, other dialogs are not using this helpsystem
  2. Windows --> Show Help Window. This Windows is only working for the Evaluation Window.

If the Evaluation is part of the KFLog Window the Help Window seems to be a part of the Evaluation Windows (additional Tab in this Window). If the Evaluation Window is used as a separate dialog (Window with Windows Manager decoration) the help Windows stays inside the KFLog application and is no longer a TAB of Evaluation.

Following enhancements are proposed:

  1. We should use none unique mechanism to implement online help
  2. All KFLog-dialogs/windows should implement their help into this mechanism.
speed-axel commented 9 years ago

Maybe we should use The Qt Help Framework for that.