From 728dffd1dfae253409a4b0b865ccf0278a289844 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 14 Dec 2023 13:01:23 +0100 Subject: [PATCH] work in progress --- playground/parrots/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/parrots/main.cpp b/playground/parrots/main.cpp index 050e6cb7..c3c42d54 100644 --- a/playground/parrots/main.cpp +++ b/playground/parrots/main.cpp @@ -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 );