33#include <NDEVR/QCustomMessageBox.h>
34#include <NDEVR/QCustomStackedWidget.h>
A message box displays a primary text to alert the user to a situation, an informative text to furthe...
Definition QCustomMessageBox.h:61
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 TroubleShooting.h:39
TroubleshootingDialog(const TranslatedString &title, QWidget *parent=nullptr)
void setupAck(const TranslatedString &message, const String &image, fltp08 image_size_mult, std::function< void()> on_select)
QCustomMessageBox * m_message_box
Definition TroubleShooting.h:54
void setupAck(const TranslatedString &message, const String &image, std::function< void()> on_select)
void setupYesNo(const TranslatedString &message, const String &image, fltp08 image_size_mult, std::function< void()> on_yes, std::function< void()> on_no)
void setupAck(const TranslatedString &message, std::function< void()> on_select)
void setupYesNo(const TranslatedString &message, std::function< void()> on_yes, std::function< void()> on_no)
void setupLoading(const TranslatedString &message, const String &image)
void setupLoading(const TranslatedString &message)
ProgressWidget * m_loading_page
Definition TroubleShooting.h:55
void setupYesNo(const TranslatedString &message, const String &image, std::function< void()> on_yes, std::function< void()> on_no)
double fltp08
Defines an alias representing an 8 byte floating-point number.
Definition BaseValues.hpp:149