- This topic has 3 replies, 3 voices, and was last updated 5 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Using SOFA › set different views in sofa
Tagged: 64_bits, Qt, scene file, SOFA, SOFA_1706, Windows_10
I have made some scene files, when they are launched in sofa, I want the left side animation tab (where there are different options like reset view etc) i want to hide or close this tab automatically once the scene file is animated. Note that I dont want full scren I want only left animation tab to be hidden.
Is there any solution to this?
I will be very thankful.
Hi @rubab
Not sure we will have a lot of Qt / GUI expert here. This is really a GUI-specific question more than a simulation issue. You can have a look at the code of the runSofa GUI in RealGUI.h.
Best
Hugo
Hi @rubab
You must set these value for dockWidget in RealGUI.cpp file
dockWidget->setFloating(true);
dockWidget->setVisible(false);
insert above codes in constructor and setFullScreen function in RealGUI.cpp file
Best,
Behnam Binesh
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.