<div class="post-text">
                <p>Hello all,</p>

<p>I developed the GUI (using pyqt) in windows and used setGeometry to position the
widgets.. When i tried to run the same code in linux it looks
cluttered..</p>

<p>And added to that in windows the font size of 8 seems good.. But in
linux especially in ubuntu it doesn&#39;t appear well since the font size
is 10 by default.. One among the notable differences are the border of the
group box doesn&#39;t appear in linux while it is visible in windows..</p>

<p>My question is,is there a way that i can make the same code to get
the same look and feel in windows and linux irrespective of the font
and size changes and other differences?? In future if i port my
application to Mac will the same code work there too?? or should i have
to maintain the separate code for each by checking with
platform.system()=&quot;windows&quot; or &quot;linux&quot;.. </p>

<p>Pyqt experts please help me to get out of this confusion.. Thanks in advance..   </p>

            </div>