score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
AboutDialog.hpp
1
#pragma once
2
#include <QDialog>
3
4
#include <score_lib_base_export.h>
5
6
namespace
score
7
{
9
class
SCORE_LIB_BASE_EXPORT
AboutDialog
final :
public
QDialog
10
{
11
public
:
12
AboutDialog
(QWidget* parent =
nullptr
);
13
};
14
}
score::AboutDialog
Help > About: the same content as the start screen's About page.
Definition
AboutDialog.hpp:10
score
Base toolkit upon which the software is built.
Definition
Application.cpp:117