Forum
Sign Up

QtitanDocking:How to set position and size by code

5 years 10 months ago #1 by Jörn
This is a question for QTitanDocking

I want to set the position and size of a panel( DockWidgetPanel) in my program.
DockWidgetPanel panel;
panel.setGeometry(...)
or
panel.move(x,y)
seems not to work.

How can i realize this?

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

More
5 years 9 months ago #2 by Developer Machines
When you create a DockWidgetPanel with the addDockPanel(const QString& title, const QSize& sizeHint, DockPanelArea area, DockPanelBase* targetPanel)
function you can specify the window area for the panel by specifying the area parameter (left, right, ...). The sizeHint parameter specifies the recommended size for the panel. Using the targetPanel parameter you can control the order in the sequence inside the container.
Initializing the position and size of the panel using the setGeometry(), move(), resize() function works in the floating-panel mode only.

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.121 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 )