plotjuggler_app
cheatsheet
cheatsheet_dialog.h
Go to the documentation of this file.
1
#ifndef CHEATSHEET_DIALOG_H
2
#define CHEATSHEET_DIALOG_H
3
4
#include <QDialog>
5
6
namespace
Ui
7
{
8
class
CheatsheetDialog
;
9
}
10
11
class
CheatsheetDialog
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
CheatsheetDialog
(QWidget* parent =
nullptr
);
17
~CheatsheetDialog
();
18
19
private
slots:
20
void
on_listWidget_currentRowChanged
(
int
currentRow);
21
22
private
:
23
Ui::CheatsheetDialog*
ui
;
24
};
25
26
#endif // CHEATSHEET_DIALOG_H
CheatsheetDialog::CheatsheetDialog
CheatsheetDialog(QWidget *parent=nullptr)
Definition:
cheatsheet_dialog.cpp:4
CheatsheetDialog::on_listWidget_currentRowChanged
void on_listWidget_currentRowChanged(int currentRow)
Definition:
cheatsheet_dialog.cpp:53
Ui
Definition:
cheatsheet_dialog.h:6
CheatsheetDialog::~CheatsheetDialog
~CheatsheetDialog()
Definition:
cheatsheet_dialog.cpp:48
CheatsheetDialog::ui
Ui::CheatsheetDialog * ui
Definition:
cheatsheet_dialog.h:23
CheatsheetDialog
Definition:
cheatsheet_dialog.h:11
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:43