FileNameValidatingLineEdit Class

class Utils::FileNameValidatingLineEdit

The FileNameValidatingLineEdit class is a control that lets the user choose a (base) file name, based on a QLineEdit. More...

Header: #include <FileNameValidatingLineEdit>
Inherits: Utils::FancyLineEdit

Public Functions

bool allowDirectories() const
bool forceFirstCapitalLetter() const
QStringList requiredExtensions() const
void setAllowDirectories(bool v)
void setForceFirstCapitalLetter(bool b)
void setRequiredExtensions(const QStringList &extensionList)

Detailed Description

The class has some validation logic for embedding into QWizardPage.

© 2023 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.