WizardDialogParameters Class
class Core::WizardDialogParametersThe WizardDialogParameters class holds parameters for the new file wizard dialog. More...
Header: | #include <coreplugin/basefilewizardfactory.h> |
Public Types
enum | DialogParameterEnum { ForceCapitalLetterForFileName } |
flags | DialogParameterFlags |
See also Core::GeneratedFile and Core::BaseFileWizardFactory.
Member Type Documentation
enum WizardDialogParameters::DialogParameterEnum
flags WizardDialogParameters::DialogParameterFlags
This enum type holds whether to force capital letters for file names.
Constant | Value | Description |
---|---|---|
Core::WizardDialogParameters::ForceCapitalLetterForFileName | 0x01 | Forces capital letters for file names. |
The DialogParameterFlags type is a typedef for QFlags<DialogParameterEnum>. It stores an OR combination of DialogParameterEnum values.
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.