API Documentation
Loading...
Searching...
No Matches
CheckForUpdatesDialog.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/UpdateButton.h>
3#include <NDEVR/InterfaceOrientationController.h>
4#include <NDEVR/Translator.h>
5#include <NDEVR/ApplicationResource.h>
6#include <QWidget>
7#include <QLabel>
8#include <QHBoxLayout>
9namespace NDEVR
10{
11 /**--------------------------------------------------------------------------------------------------
12 \brief A dialog designed to show whether or not the application needs to be updated or the state of
13 the update.
14 **/
15 class CheckForUpdatesDialog : public QWidget
16 {
17 Q_OBJECT
18 public:
19 CheckForUpdatesDialog(const TranslatedString& message, String update_url, QWidget* parent = nullptr);
20 QSize sizeHint() const override;
21 signals:
23 };
24}
A dialog designed to show whether or not the application needs to be updated or the state of the upda...
Definition CheckForUpdatesDialog.h:16
QSize sizeHint() const override
CheckForUpdatesDialog(const TranslatedString &message, String update_url, QWidget *parent=nullptr)
The core String class for the NDEVR API.
Definition String.h:69
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
Definition ACIColor.h:37