Public Member Functions

ConclusionPage Class Reference
[File Upload Wizard Pages]

Last wizard page for viewing (un)successfully uploaded files. More...

#include <fileuploadwizard.h>

Inheritance diagram for ConclusionPage:
Inheritance graph
[legend]
Collaboration diagram for ConclusionPage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConclusionPage (QWidget *parent=0)

Detailed Description

Last wizard page for viewing (un)successfully uploaded files.

Implemented as one of the 6 wizard pages.


Constructor & Destructor Documentation

ConclusionPage::ConclusionPage ( QWidget parent = 0  ) 

                                                       : FileUploadWizardPage(parent)
{
    setTitle("Conclusion page");
    setSubTitle("Here you can see which files were successfully uploaded (yellow), and which were not (red).");

    buttonLayout << QWizard::Stretch << QWizard::BackButton << QWizard::FinishButton;

    setLayout(new QVBoxLayout);
}


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