Utils::FileWizardPage Class
class Utils::FileWizardPageThe FileWizardPage class is a standard wizard page for a single file letting the user choose name and path. More...
| Header: | #include <filewizardpage.h> |
| Inherits: | Utils::WizardPage |
Public Slots
| void | setFileName(const QString &name) |
| void | setFilePath(const Utils::FilePath &filePath) |
| void | setPath(const QString &path) |
| void | setPathVisible(bool visible) |
Signals
| void | activated() |
| void | pathChanged() |
Detailed Description
The name and path labels can be changed. By default they are simply "Name:" and "Path:".
Member Function Documentation
[signal] void FileWizardPage::activated()
[signal] void FileWizardPage::pathChanged()
[slot] void FileWizardPage::setFilePath(const Utils::FilePath &filePath)
[slot] void FileWizardPage::setPathVisible(bool visible)
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.