This commit is contained in:
Uwe Rathmann 2025-02-06 11:03:47 +01:00
parent 476b969d7d
commit 6de763ec2a
2 changed files with 1 additions and 3 deletions

View File

@ -856,6 +856,7 @@ void Editor::setupPushButton()
m_pal.secondaryContainer, checkedOpacity ); m_pal.secondaryContainer, checkedOpacity );
setGradient( Q::Panel | Tonal | Q::Checked, tonalCheckedColor ); setGradient( Q::Panel | Tonal | Q::Checked, tonalCheckedColor );
// outlined buttons: // outlined buttons:
setGradient( Q::Panel | Outlined, m_pal.surface ); setGradient( Q::Panel | Outlined, m_pal.surface );

View File

@ -20,9 +20,6 @@ class QskMaterial3SliderSkinlet : QskSliderSkinlet
QRectF subControlRect( const QskSkinnable*, QRectF subControlRect( const QskSkinnable*,
const QRectF& rect, QskAspect::Subcontrol ) const override; const QRectF& rect, QskAspect::Subcontrol ) const override;
QSizeF sizeHint( const QskSkinnable*,
Qt::SizeHint, const QSizeF& ) const override;
protected: protected:
QSGNode* updateSubNode( const QskSkinnable*, QSGNode* updateSubNode( const QskSkinnable*,
quint8 nodeRole, QSGNode* ) const override; quint8 nodeRole, QSGNode* ) const override;