AboutMainWindow displays information about the application and provides access to related resources. More...
#include <AboutMainWindow.h>
Public Member Functions | |
| AboutMainWindow (QWidget *parent=nullptr) | |
| Constructor for AboutMainWindow. | |
| void | show_mainWidget () |
| Show the main widget. | |
| void | show_readme () |
| Show the readme content. | |
| ~AboutMainWindow () | |
| Destructor for AboutMainWindow. | |
AboutMainWindow displays information about the application and provides access to related resources.
This class represents the main window of the "About" section, showing information, readme content, and other related data.
| AboutMainWindow::AboutMainWindow | ( | QWidget * | parent = nullptr | ) |
Constructor for AboutMainWindow.
| parent | The parent widget. |