[Paraview-developers] Qt state at start of test

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Dec 20 11:00:06 EST 2012


Yup, you simply change the default visibility of the toolbar in
ParaViewMainWindow.cxx (or whatever that class if called). The
QSettings are loaded after the Window is created and hence user-chosen
visibility is restored automatically.

Utkarsh

On Thu, Dec 20, 2012 at 10:09 AM, David Thompson
<david.thompson at kitware.com> wrote:
> Hi all,
>
> Is there a way to change ParaView user interface settings across all tests (without editing each test's XML file)?
>
> I have added a new toolbar that appears to be changing window geometries and causing small differences in a bunch of test images and would like it to be initially hidden during testing. I don't see a way to make it hidden by default as QToolBar->hide() upon creation has no effect, and triggering a hide() when QToolBar emits visibilityChanged(true) seems like a bad idea (if the user has QSettings that hide the toolbar, this will keep it from appearing upon user-request).
>
>         Thanks,
>         David


More information about the Paraview-developers mailing list