NCL Composer  0.1.5
 All Classes Functions Variables Pages
composer::gui::WelcomeWidget Class Reference

WelcomeWidget shows a friendly message to the user when the NCL Composer is open. More...

#include <WelcomeWidget.h>

Inheritance diagram for composer::gui::WelcomeWidget:
Collaboration diagram for composer::gui::WelcomeWidget:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

composer::gui::WelcomeWidget::WelcomeWidget ( QWidget *  parent = 0)

Constructor.

Parameters
parentThe parent of this class.

Definition at line 18 of file WelcomeWidget.cpp.


The documentation for this class was generated from the following files: