QT CLI Class.
More...
#include <CLI.h>
|
| CLI (QWidget *parent=Q_NULLPTR) |
|
QT CLI Class.
Definition at line 14 of file CLI.h.
◆ CLI()
Markov::GUI::CLI::CLI |
( |
QWidget * |
parent = Q_NULLPTR | ) |
|
Definition at line 15 of file CLI.cpp.
20 QObject::connect(
ui.startButton, &QPushButton::clicked,
this, [
this] {start(); });
21 QObject::connect(
ui.commandLinkButton_2, &QPushButton::clicked,
this, [
this] {statistics(); });
22 QObject::connect(
ui.commandLinkButton, &QPushButton::clicked,
this, [
this] {about(); });
References about(), start(), statistics(), and ui.
◆ about
void Markov::GUI::CLI::about |
( |
| ) |
|
|
slot |
◆ start
void Markov::GUI::CLI::start |
( |
| ) |
|
|
slot |
◆ statistics
void Markov::GUI::CLI::statistics |
( |
| ) |
|
|
slot |
◆ ui
Ui::CLI Markov::GUI::CLI::ui |
|
private |
The documentation for this class was generated from the following files:
- Markopy/MarkovPasswordsGUI/src/CLI.h
- Markopy/MarkovPasswordsGUI/src/CLI.cpp