Quote:
Originally Posted by ProbablyNot
Here's an unexpected issue, I'm unhappily using a Dell laptop with a rather extreme landscape shaped screen. and your wonderful plugin's bottom edge is completely hidden-- I can see the faintest edge of the row of buttons. I set the display to portrait to use the 'double arrow' on the bottom edge, but it will not resize vertically. (And this touch pad hates being used sideways, it took me about a century to make the attempt!)
So... one more request, can you make the container vertically resizable? Possibly, letting the buttons move to a column on one side or the other.. but I don't know if that's feasible at all.
I gotta say, it works fantastically well even in the primitive mode I am forced into here, kudos!
|
Interesting problem, that is a very limiting resolution.
I can't easily relocate the buttons without writing some sort of custom dialog and that isn't going to happen! Ideally we just want Qt to pick a smaller minimum size for controls on whichever tab is currently stopping the height from reducing further currently - if we can find an extra 40 pixels or whatever then that should be enuogh for you to at least have the buttons visible.
I took a superficial quick look but couldn't see any obvious code forcing that restriction for a quick win so will have to take a more detailed look when I get a chance to...