![]() |
NDEVR
API Documentation
|
A dialog designed to show whether or not the application needs to be updated or the state of the update. More...
Public Member Functions | |
| CheckForUpdatesDialog (const TranslatedString &message, String update_url, QWidget *parent=nullptr) | |
| Constructs a CheckForUpdatesDialog with the specified message and update URL. | |
| void | hideRequestedSignal () |
| Emitted when the user requests to hide the update dialog. | |
| QSize | sizeHint () const override |
| Returns the recommended size for the dialog. | |
A dialog designed to show whether or not the application needs to be updated or the state of the update.
Definition at line 16 of file CheckForUpdatesDialog.h.
| CheckForUpdatesDialog::CheckForUpdatesDialog | ( | const TranslatedString & | message, |
| String | update_url, | ||
| QWidget * | parent = nullptr ) |
Constructs a CheckForUpdatesDialog with the specified message and update URL.
| [in] | message | The translated message describing the update status. |
| [in] | update_url | The URL to navigate to for downloading updates. |
| [in] | parent | The parent widget. |
|
override |
Returns the recommended size for the dialog.