4#ifndef STRINGLISTEDITORBUTTON_H
5#define STRINGLISTEDITORBUTTON_H
9#include <QtCore/qstringlist.h>
10#include <QtWidgets/qtoolbutton.h>
24 {
return m_stringList; }
36 QStringList m_stringList;
The QtAbstractPropertyManager provides an interface for property managers.
The QtProperty class encapsulates an instance of a property.
static QString msgMissingThemeIcon(const QString &t)
void setTheme(const QString &theme)
void setDefaultPixmap(const QPixmap &pixmap)
static QString displayText(const PropertySheetIconValue &icon)
void setSpacing(int spacing)
void setPixmapCache(DesignerPixmapCache *cache)
static QString msgThemeIcon(const QString &t)
void setDefaultPixmapIcon(const QIcon &icon)
void setIconThemeModeEnabled(bool enabled)
void contextMenuEvent(QContextMenuEvent *event) override
This event handler, for event event, can be reimplemented in a subclass to receive widget context men...
void themeEnumChanged(int themeEnum)
void themeChanged(const QString &theme)
void setRange(qlonglong bottom, qlonglong top)
QLongLongValidator(qlonglong bottom, qlonglong top, QObject *parent)
void setBottom(qlonglong)
QULongLongValidator(qulonglong bottom, qulonglong top, QObject *parent)
void setBottom(qulonglong)
void setRange(qulonglong bottom, qulonglong top)
qulonglong bottom() const
void connectPropertyManager(QtAbstractPropertyManager *manager)
void setSpacing(int spacing)
void disconnectPropertyManager(QtAbstractPropertyManager *manager)
QWidget * editor(QWidget *subEditor, bool resettable, QtAbstractPropertyManager *manager, QtProperty *property, QWidget *parent)
TextPropertyValidationMode textPropertyValidationMode() const
void setSpacing(int spacing)
QFont richTextDefaultFont() const
void setRichTextDefaultFont(const QFont &font)
void setTextPropertyValidationMode(TextPropertyValidationMode vm)
static constexpr auto defaultResourceAttributeC
static constexpr auto themeEnumAttributeC
static constexpr auto flagsAttributeC
static constexpr auto validationModesAttributeC
static constexpr auto resettableAttributeC
static constexpr auto themeAttributeC
static constexpr auto superPaletteAttributeC
static constexpr auto fontAttributeC
Auxiliary methods to store/retrieve settings.
TextPropertyValidationMode
#define QT_PROPERTYEDITOR_EXPORT