work in progress

This commit is contained in:
Uwe Rathmann 2023-12-14 13:01:23 +01:00
parent f4fdc125e6
commit 728dffd1df
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class MainView : public QskControl
m_overlay = new OverlayBox( m_background );
(void )new ForegroundItem( m_overlay );
#if 1
#if 0
auto box = new QskBox( m_background );
box->setGeometry( 50, 50, 400, 200 );
box->setFillGradient( Qt::darkBlue );