Public Member Functions

TemplateSelectionPage Class Reference
[File Upload Wizard Pages]

Third wizard page for selecting a template. More...

#include <fileuploadwizard.h>

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

List of all members.

Public Member Functions

 TemplateSelectionPage (QWidget *parent=0)
void setLayout (WizardColumnLayout *layout)
WizardColumnLayoutlayout () const

Detailed Description

Third wizard page for selecting a template.

Implemented as one of the 6 wizard pages.


Constructor & Destructor Documentation

TemplateSelectionPage::TemplateSelectionPage ( QWidget parent = 0  ) 

                                                                     : FileUploadWizardPage(parent)
{
    setTitle("Template selection");
    setSubTitle("Chose or make a template to upload files with.\n");
    QLabel *importantLabel = new QLabel("ATTENTION! Chose the predefiend template to "
                                        "be used with the selected files. "
                                        "If no such template exists, click \"New Template\" "
                                        "to make a new one."
                                        "You can also delete a template by selecting one and "
                                        "pressing the delete button.");
    importantLabel->setWordWrap(true);

    setLayout(new WizardColumnLayout(importantLabel));
}


Member Function Documentation

WizardColumnLayout * TemplateSelectionPage::layout (  )  const

{
    return dynamic_cast<WizardColumnLayout*>(FileUploadWizardPage::layout());
}

void TemplateSelectionPage::setLayout ( WizardColumnLayout layout  ) 

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