AtCore  1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
about.h
Go to the documentation of this file.
1 /* AtCore KDE Libary for 3D Printers
2  SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
3  SPDX-FileCopyrightText: 2017-2018 Chris Rizzitello <rizzitello@kde.org>
4 */
5 
6 #pragma once
7 
8 #include <QDialog>
9 
10 #include "atcorewidgets_export.h"
11 
16 class ATCOREWIDGETS_EXPORT About : public QDialog
17 {
18  Q_OBJECT
19 public:
20  explicit About(QWidget *parent = 0);
21  ~About() = default;
22 };
An About AtCore dialog.
Definition: about.h:17
~About()=default