Core::WizardDialogParameters Class
class Core::WizardDialogParametersKlasa WizardDialogParameters sadrži parametre za čarobnjački dijalog za novu datoteku. Više...
| Header: | #include <coreplugin/basefilewizardfactory.h> |
Javne vrste
| enum | DialogParameterEnum { ForceCapitalLetterForFileName } |
| flags | DialogParameterFlags |
Vidi također Core::GeneratedFile i Core::BaseFileWizardFactory.
Dokumentacija o vrstama članova
enum WizardDialogParameters::DialogParameterEnum
zastavice WizardDialogParameters::DialogParameterFlags
Ova enum vrsta sadrži informaciju o tome treba li prisilno pisati velika slova u nazivima datoteka.
| Konstanta | Vrijednost | Opis |
|---|---|---|
Core::WizardDialogParameters::ForceCapitalLetterForFileName | 0x01 | Nametanje velikih slova za nazive datoteka. |
Tip DialogParameterFlags je typedef za QFlags<DialogParameterEnum>. Pohranjuje OR kombinaciju vrijednosti tipa DialogParameterEnum.
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.