51 KWinDecorationSettings *
settings() const;
79 void onLeftButtonsChanged();
80 void onRightButtonsChanged();
83 bool isSaveNeeded() const override;
85 int borderSizeIndexFromString(const QString &size) const;
86 QString borderSizeIndexToString(
int index) const;
88 KDecoration2::Configuration::DecorationsModel *m_themesModel;
89 QSortFilterProxyModel *m_proxyThemesModel;
92 KDecoration2::Preview::ButtonsModel *m_rightButtonsModel;
93 KDecoration2::Preview::ButtonsModel *m_availableButtonsModel;
95 int m_borderSizeIndex = -1;
96 KWinDecorationData *m_data;