Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
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
class
CheatsheetDialog
;
8
}
9
10
class
CheatsheetDialog
:
public
QDialog
11
{
12
Q_OBJECT
13
14
public
:
15
explicit
CheatsheetDialog
(QWidget *parent =
nullptr
);
16
~
CheatsheetDialog
();
17
18
private
slots:
19
void
on_listWidget_currentRowChanged(
int
currentRow);
20
21
private
:
22
Ui::CheatsheetDialog *
ui
;
23
};
24
25
#endif // CHEATSHEET_DIALOG_H
Ui
Definition:
ulog_parameters_dialog.h:7
CheatsheetDialog::ui
Ui::CheatsheetDialog * ui
Definition:
cheatsheet_dialog.h:22
CheatsheetDialog
Definition:
cheatsheet_dialog.h:10
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:47:33