NCL Composer
0.1.5
|
WelcomeWidget shows a friendly message to the user when the NCL Composer is open. More...
#include <WelcomeWidget.h>
Public Slots | |
void | updateRecentProjects (QStringList recentProjects) |
Signals | |
void | userPressedOpenProject () |
Signal emitted when the user press the Open Project button. | |
void | userPressedNewProject () |
Signal emitted when the user press the New Project button. | |
void | userPressedSeeInstalledPlugins () |
Signal emitted when the user press the See installed plugins button. | |
void | userPressedRecentProject (QString project) |
Public Member Functions | |
WelcomeWidget (QWidget *parent=0) | |
Constructor. More... | |
virtual | ~WelcomeWidget () |
Destructor. | |
WelcomeWidget shows a friendly message to the user when the NCL Composer is open.
Additionally, this widget allows the user to create new projects based on examples from NCL Club and allows the user to install new plugins and see the news related to the software.
Definition at line 81 of file WelcomeWidget.h.
composer::gui::WelcomeWidget::WelcomeWidget | ( | QWidget * | parent = 0 ) |
Constructor.
parent | The parent of this class. |
Definition at line 18 of file WelcomeWidget.cpp.