From 4aad29dfc7fdfbac17ffd1443db36882caafd3ac Mon Sep 17 00:00:00 2001 From: Thomas Kroes Date: Wed, 6 Mar 2024 19:34:18 +0100 Subject: [PATCH] Update ExampleViewGLPlugin.cpp --- ExampleViewOpenGL/src/ExampleViewGLPlugin.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ExampleViewOpenGL/src/ExampleViewGLPlugin.cpp b/ExampleViewOpenGL/src/ExampleViewGLPlugin.cpp index 0b0822d..d8b2308 100644 --- a/ExampleViewOpenGL/src/ExampleViewGLPlugin.cpp +++ b/ExampleViewOpenGL/src/ExampleViewGLPlugin.cpp @@ -246,11 +246,9 @@ void ExampleViewGLPluginFactory::initialize() // Create an instance of our GlobalSettingsAction (derived from PluginGlobalSettingsGroupAction) and assign it to the factory setGlobalSettingsGroupAction(new GlobalSettingsAction(this, this)); - QString popupString("

Example OpenGL View

This is an example of a plugin status bar item. A concrete example on how this status bar was created can be found here

."); - // Configure the status bar popup action _statusBarPopupAction.setDefaultWidgetFlags(StringAction::Label); - _statusBarPopupAction.setString("

Example OpenGL View

"); + _statusBarPopupAction.setString("

Example OpenGL View

This is an example of a plugin status bar item

A concrete example on how this status bar was created can be found here.

"); _statusBarPopupAction.setPopupSizeHint(QSize(200, 100)); _statusBarPopupGroupAction.setShowLabels(false);