The ApplicationLauncherMainWindow class provides the main UI window for launching applications. More...
#include <ApplicationLauncherMainWindow.h>
Public Member Functions | |
ApplicationLauncherMainWindow (DesktopMainWindow *parent=nullptr) | |
Constructs the ApplicationLauncherMainWindow. | |
~ApplicationLauncherMainWindow () | |
Destroys the ApplicationLauncherMainWindow. | |
void | show () |
Shows the launcher window. | |
The ApplicationLauncherMainWindow class provides the main UI window for launching applications.
This class handles application setup, interaction with AppWidget and ApplicationWrapper, and provides several slots for handling user actions and state transitions.
|
explicit |
Constructs the ApplicationLauncherMainWindow.
parent | The parent window, typically a DesktopMainWindow instance. |