<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">hi guys, I tried all your suggestions but nothing helped on Windows.</span><div style="font-family:arial,sans-serif;font-size:13px">but with little "dirty hack" I am able to get wider width than is my visible screen width.</div>
<div style="font-family:arial,sans-serif;font-size:13px">I set toolBar.setFixedSize(2000,30) and it makes my window is approx. 2000px wide.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
thanks for your help again</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-02 11:59 GMT+02:00 David Boddie <span dir="ltr"><<a href="mailto:davidb@met.no" target="_blank">davidb@met.no</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Wed Apr 2 10:11:49 BST 2014, Peter Irbizon wrote:<br>
<br>
> I tried to set window dimensions with self.resize(1450,250) more than is my<br>
> screen resolution (1280, 800). But it limits window width to max 1280.<br>
><br>
> Please,<br>
><br>
> How can I set window width wider than my screen width?<br>
<br>
</div>Use setGeometry(x, y, width, height) to the value you want. This works on X11,<br>
at least under KDE, but I can't guarantee it will work on all platforms. You'll<br>
have to try it out and see if it works.<br>
<br>
David<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br></div>