16 Q_PROPERTY(QStringList tabsConfig READ getTabsConfig WRITE setTabsConfig)
17 Q_PROPERTY(QTabWidget::TabPosition tabPosition READ getTabPosition WRITE setTabPosition)
18 Q_PROPERTY(QTabWidget::TabShape tabShape READ getTabShape WRITE setTabShape)
19 Q_PROPERTY(
int currentIndex READ getCurrentIndex WRITE setCurrentIndex)
39 [[nodiscard]] QStringList getTabsConfig() const;
44 void setTabsConfig(const QStringList& sl);
50 bool isRequiredProperty(const QString& name) override;
55 void applyReadOnly(
bool yn) override;
#define SF_DECL_PROP_GS(Type, Name)
Declares unreferenced getter and unreferenced setter for a property.
Definition misc/qt/Macros.h:8