plotjuggler_app
new_release_dialog.h
Go to the documentation of this file.
1
/*
2
* This Source Code Form is subject to the terms of the Mozilla Public
3
* License, v. 2.0. If a copy of the MPL was not distributed with this
4
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
5
*/
6
7
#ifndef NEW_RELEASE_DIALOG_H
8
#define NEW_RELEASE_DIALOG_H
9
10
#include <QDialog>
11
12
namespace
Ui
13
{
14
class
NewReleaseDialog
;
15
}
16
17
class
NewReleaseDialog
:
public
QDialog
18
{
19
Q_OBJECT
20
21
public
:
22
NewReleaseDialog
(QWidget* parent, QString release, QString title, QString url);
23
~
NewReleaseDialog
();
24
25
private
:
26
Ui::NewReleaseDialog*
ui
;
27
};
28
29
#endif // NEW_RELEASE_DIALOG_H
Ui
Definition:
cheatsheet_dialog.h:6
NewReleaseDialog
Definition:
new_release_dialog.h:17
NewReleaseDialog::ui
Ui::NewReleaseDialog * ui
Definition:
new_release_dialog.h:26
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:38