19 #ifndef APPLICATIONDIALOG_H 
   20 #define APPLICATIONDIALOG_H 
   53                       QWidget *parent = 
nullptr);
 
   72     Ui::ApplicationDialog* 
mUI;
 
Dialog to edit a startable application.
 
Ui::ApplicationDialog * mUI
UI from the Qt designer.
 
ApplicationDialog(const QString &title, Application &app, QWidget *parent=nullptr)
Constructor.
 
void browse()
Slot to browse for an application.
 
~ApplicationDialog() override
 
Application & mApplication
Underlying Application.
 
A class containing information of the application to execute.