From f36038bf10322f24de81d70f6d5ed957a86be0ce Mon Sep 17 00:00:00 2001 From: peri4 Date: Wed, 29 Jan 2025 11:53:39 +0300 Subject: [PATCH] ImageView now container in Qt-designer --- libs/widgets/plugin/imageviewplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/widgets/plugin/imageviewplugin.cpp b/libs/widgets/plugin/imageviewplugin.cpp index 6f794f2..dc2028b 100644 --- a/libs/widgets/plugin/imageviewplugin.cpp +++ b/libs/widgets/plugin/imageviewplugin.cpp @@ -55,7 +55,7 @@ QString ImageViewPlugin::whatsThis() const { bool ImageViewPlugin::isContainer() const { - return false; + return true; }