2#include <NDEVR/UpdateButton.h>
3#include <NDEVR/InterfaceOrientationController.h>
4#include <NDEVR/Translator.h>
5#include <NDEVR/ApplicationResource.h>
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
void hideRequestedSignal()
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