WizardDialogParameters Class

class Core::WizardDialogParameters

The WizardDialogParameters class holds parameters for the new file wizard dialog. More...

Header: #include <coreplugin/basefilewizardfactory.h>

Public Types

enum DialogParameterEnum { ForceCapitalLetterForFileName }
flags DialogParameterFlags

Detailed Description

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.

ConstantValueDescription
Core::WizardDialogParameters::ForceCapitalLetterForFileName0x01Forces capital letters for file names.

The DialogParameterFlags type is a typedef for QFlags<DialogParameterEnum>. It stores an OR combination of DialogParameterEnum values.

© 2024 The Qt Company Ltd. 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.