FileWizardPage Class
(Utils::FileWizardPage)The FileWizardPage class is a standard wizard page for a single file letting the user choose name and path. More...
| Header: | #include <FileWizardPage> |
| Inherits: | WizardPage |
Properties
- 2 properties inherited from QWizardPage
- 58 properties inherited from QWidget
Public Functions
| FileWizardPage(QWidget *parent = 0) | |
| ~FileWizardPage() | |
| QString | fileName() const |
| bool | forceFirstCapitalLetterForFileName() const |
| QString | path() const |
| void | setFileNameLabel(const QString &label) |
| void | setForceFirstCapitalLetterForFileName(bool b) |
| void | setPathLabel(const QString &label) |
Reimplemented Public Functions
| virtual bool | isComplete() const |
- 3 public functions inherited from Utils::WizardPage
- 17 public functions inherited from QWizardPage
- 213 public functions inherited from QWidget
Public Slots
| void | setFileName(const QString &name) |
| void | setPath(const QString &path) |
- 19 public slots inherited from QWidget
Signals
| void | activated() |
| void | pathChanged() |
- 1 signal inherited from Utils::WizardPage
- 1 signal inherited from QWizardPage
- 3 signals inherited from QWidget
Static Public Members
| bool | validateBaseName(const QString &name, QString *errorMessage = 0) |
- 5 static public members inherited from QWidget
Additional Inherited Members
- 4 protected functions inherited from QWizardPage
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
The FileWizardPage class is a standard wizard page for a single file letting the user choose name and path.
The name and path labels can be changed. By default they are simply "Name:" and "Path:".
Property Documentation
fileName : QString
Access functions:
| QString | fileName() const |
| void | setFileName(const QString &name) |
path : QString
Access functions:
| QString | path() const |
| void | setPath(const QString &path) |
Member Function Documentation
FileWizardPage::FileWizardPage(QWidget *parent = 0)
Default constructs an instance of FileWizardPage.
FileWizardPage::~FileWizardPage()
Destroys the instance of FileWizardPage.
[signal] void FileWizardPage::activated()
bool FileWizardPage::forceFirstCapitalLetterForFileName() const
See also setForceFirstCapitalLetterForFileName().
[virtual] bool FileWizardPage::isComplete() const
[signal] void FileWizardPage::pathChanged()
void FileWizardPage::setFileNameLabel(const QString &label)
void FileWizardPage::setForceFirstCapitalLetterForFileName(bool b)
See also forceFirstCapitalLetterForFileName().