![]() |
nsbaci 1.0
|
A dialog that provides an integrated user guide with code examples. More...
#include <userGuideDialog.h>


Signals | |
| void | loadExampleRequested (const QString &code) |
| Emitted when the user clicks "Load in Editor". | |
Public Member Functions | |
| UserGuideDialog (QWidget *parent=nullptr) | |
A dialog that provides an integrated user guide with code examples.
Features a side menu for browsing examples by category and a code viewer panel. Users can load examples directly into the editor or open the online documentation.
|
signal |
Emitted when the user clicks "Load in Editor".
| code | The full source code of the selected example. |