nsbaci 1.0
Loading...
Searching...
No Matches
nsbaci::ui::UserGuideDialog Class Reference

A dialog that provides an integrated user guide with code examples. More...

#include <userGuideDialog.h>

Inheritance diagram for nsbaci::ui::UserGuideDialog:
Collaboration diagram for nsbaci::ui::UserGuideDialog:

Signals

void loadExampleRequested (const QString &code)
 Emitted when the user clicks "Load in Editor".

Public Member Functions

 UserGuideDialog (QWidget *parent=nullptr)

Detailed Description

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.

Member Function Documentation

◆ loadExampleRequested

void nsbaci::ui::UserGuideDialog::loadExampleRequested ( const QString & code)
signal

Emitted when the user clicks "Load in Editor".

Parameters
codeThe full source code of the selected example.

The documentation for this class was generated from the following files: