anoher variation of sunControlRect added
This commit is contained in:
parent
b1d70b49d4
commit
7ef63f0a2d
@ -229,6 +229,12 @@ QRectF QskControl::subControlRect( QskAspect::Subcontrol subControl ) const
|
|||||||
return effectiveSkinlet()->subControlRect( this, contentsRect(), subControl );
|
return effectiveSkinlet()->subControlRect( this, contentsRect(), subControl );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QRectF QskControl::subControlRect(
|
||||||
|
const QRectF& contentsRect, QskAspect::Subcontrol subControl ) const
|
||||||
|
{
|
||||||
|
return effectiveSkinlet()->subControlRect( this, contentsRect, subControl );
|
||||||
|
}
|
||||||
|
|
||||||
QRectF QskControl::subControlRect(
|
QRectF QskControl::subControlRect(
|
||||||
const QSizeF& size, QskAspect::Subcontrol subControl ) const
|
const QSizeF& size, QskAspect::Subcontrol subControl ) const
|
||||||
{
|
{
|
||||||
|
@ -94,6 +94,7 @@ class QSK_EXPORT QskControl : public QskQuickItem, public QskSkinnable
|
|||||||
virtual QRectF focusIndicatorClipRect() const;
|
virtual QRectF focusIndicatorClipRect() const;
|
||||||
|
|
||||||
QRectF subControlRect( QskAspect::Subcontrol ) const;
|
QRectF subControlRect( QskAspect::Subcontrol ) const;
|
||||||
|
QRectF subControlRect( const QRectF&, QskAspect::Subcontrol ) const;
|
||||||
QRectF subControlRect( const QSizeF&, QskAspect::Subcontrol ) const;
|
QRectF subControlRect( const QSizeF&, QskAspect::Subcontrol ) const;
|
||||||
|
|
||||||
void setAutoFillBackground( bool );
|
void setAutoFillBackground( bool );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user