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);
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
Ui::CheatsheetDialog * ui


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:01