Hello But image navigator scales like other plugins Date: Fri, 30 Oct 2015 12:32:31 +0000 Subject: Re: [mitk-users] is it possible to make static width for pugin From: [email protected] To: [email protected] CC: [email protected]; [email protected]
It is possible in BlueBerry. I don't remember the exact location. Either in the view extension point or the PageLayout class used in an application Window advisor. Look at the image navigator view for an example. Am 30.10.2015 13:12 schrieb "Pukhlikov Mikhail" <[email protected]>: Thanks but sadly parent->setMaximumWidth doesn't help and parent->parentWidget returns Access violation - I need some way to have *static* plugin - is the only way to achieve it is to modify blueberry? From: [email protected] To: [email protected]; [email protected] Date: Fri, 30 Oct 2015 12:57:00 +0100 Subject: RE: [mitk-users] is it possible to make static width for pugin Hi, it is not possible or at least shouldn’t be possible by design. Views are framed within BlueBerry controls which make up a *flexible* UI framework. However, there might be possibilities to circumvent that. Have you tried to set a maximum size for your top-level widget? Best,Stefan From: Pukhlikov Mikhail [mailto:[email protected]] Sent: Freitag, 30. Oktober 2015 11:17 To: [email protected] Subject: [mitk-users] is it possible to make static width for pugin Hello Can I create plugin with static width? unresizeable Thank you ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
------------------------------------------------------------------------------
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
