Forum
Sign Up

How to start a panel in floating mode

5 years 7 months ago #1 by Jörn
Hello,

i have tried to modify sample Dockling_SimplePanels.
In all samples all panels are started in docked mode.
I want a panel that starts in floating mode at a specific position in a specific size.

I tried this code:
panel_1 = dockPanelManager()->addDockPanel(tr("Panel 1"),QSize(300,300), LeftDockPanelArea);
CustomWidget *widget = new CustomWidget("Custom Widget");
panel_1->setWidget(widget);
dockPanelManager()->setDockPanelFloat(panel_1, true);
panel_1->setGeometry(200, 200, 300, 300);

But the program shows no panel_1.

What is wrong with my code?

Can you provide a sample that starts a panel in floating mode?

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.115 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )