Last wizard page for viewing (un)successfully uploaded files. More...
#include <fileuploadwizard.h>


Public Member Functions | |
| ConclusionPage (QWidget *parent=0) | |
Last wizard page for viewing (un)successfully uploaded files.
Implemented as one of the 6 wizard pages.
| 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); }
1.7.1