<br><br><div class="gmail_quote">On 30 November 2010 21:10, Almar Klein <span dir="ltr"><<a href="mailto:almar.klein@gmail.com" target="_blank">almar.klein@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br><br><div class="gmail_quote"><div>On 29 November 2010 19:11, Rex Dieter <span dir="ltr"><<a href="mailto:rdieter@math.unl.edu" target="_blank">rdieter@math.unl.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<div><div></div><div>Almar Klein wrote:<br>
<br>
> On 27 November 2010 20:49, Rex Dieter <<a href="mailto:rdieter@math.unl.edu" target="_blank">rdieter@math.unl.edu</a>> wrote:<br>
><br>
>> Almar Klein wrote:<br>
>><br>
>> > I've build an application using PyQt running in Python 3. I am using<br>
>> > CentOS 5.5 (using a virtual box) to build binaries which can be used on<br>
>> ...<br>
>> > My questions are:<br>
>> >  - Why is the GTK+ theme not available on CentOS, since it's GNOME?<br>
>><br>
>> iirc, rhel5's qt is too old (ie, doesnt include the gtk+ theme which was<br>
>> introduced in qt-4.5.x).<br>
>><br>
><br>
> Ah sorry, I should've said that I build the latest (well, a few weeks ago)<br>
> Qt from source, as well as PyQt.<br>
<br>
</div></div>And you built it with -gtkstyle option?<br></blockquote></div><div><br>No, I did not know about that option. I shall try that :)<br></div></div></blockquote><div><br>I tried this, which required me to first do (on CentOS 5.5):<br>
  - yuminstall gtk+ gtk+-devel<br>  - yum install gtk2 gtk2-devel<br>  - yum install contconfig fontconfig-devel<br>  - yum install freetype freetype-devel<br><br>Then I recompiled Qt using "./configure -fontconfig -gtkstyle". Then recompiled PyQT, and it worked! <br>
<br>Thanks!<br>  Almar<br><br></div></div>