Extending Qt Creator Manual
QtCreator
IOptionsPage
Extending Qt Creator Manual 10.0.2
List of All Members for IOptionsPage
This is the complete list of members for
Core::IOptionsPage
, including inherited members.
IOptionsPage
(QObject *, bool)
allOptionsPages
() : const QList<Core::IOptionsPage *>
apply
()
category
() const : Utils::Id
categoryIcon
() const : QIcon
displayCategory
() const : QString
displayName
() const : QString
finish
()
id
() const : Utils::Id
keywords
() const : QStringList
matches
(const QRegularExpression &) const : bool
setCategory
(Utils::Id)
setCategoryIcon
(const Utils::Icon &)
setCategoryIconPath
(const Utils::FilePath &)
setDisplayCategory
(const QString &)
setDisplayName
(const QString &)
setId
(Utils::Id)
setWidgetCreator
(const Core::IOptionsPage::WidgetCreator &)
widget
() : QWidget *