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