Thanks for the reply Vincent. I will look at the example you mentioned.<br><br><div class="gmail_quote">On 22 September 2010 14:53, Vincent Vande Vyvre <span dir="ltr"><<a href="mailto:vincent.vandevyvre@swing.be">vincent.vandevyvre@swing.be</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 text="#000000" bgcolor="#ffffff">
Le 22/09/10 13:31, Hans-Peter Jansen a écrit :
<div><div></div><div class="h5"><blockquote type="cite">
  <pre>[Sorry for mangling the receiver list - I prefer to keep this discussion on 
this list]

On Wednesday 22 September 2010, 12:47:54 pard wrote:
  </pre>
  <blockquote type="cite">
    <pre>Hi Pete

I understand why it is not popular. However, this is a requirement for
work purposes.
I had created a working program using wxpython for the gui, but the
client required a
specific colour scheme, fonts, etc. I found that wxpython was very
restrictive when it
comes to theming.
    </pre>
  </blockquote>
  <pre>Well, due to the multi layered nature of wxpython, it is very restrictive, 
when it comes to lower level tasks in general..

  </pre>
  <blockquote type="cite">
    <pre>PyQt uses stylesheets which make it much simpler to theme an application.
The only
outstanding requirement is that the frame must be the same theme as the
application.
Marketing is quite adamant about this.
    </pre>
  </blockquote>
  <pre>Yes, I know, usability is for wimps, real man conquer any dorky user 
interface derailments. [no _personal_ pun intended]

  </pre>
  <blockquote type="cite">
    <pre>I also understand that it would be better to start with the basics,
however, the deadline
is also tight. If there are any resources which would give pointers as to
how to
reconstruct the work of window managers for my app it would be much
appreciated.
    </pre>
  </blockquote>
  <pre>I don't know of anything PyQt related. David?

I would search for frameless Qt application sources. Thanks to PyQt's 
architecture (that makes almost everything of Qt accessible from Python), 
it's usually pretty simple to translate such code to Python. 

What's the aspirated target architecture?

Pete
_______________________________________________
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a>

  </pre>
</blockquote></div></div>
hi,<br>
<br>
In the examples provided with PyQt, try this script :<br>
<br>
/examples/widgets/windowflags.py<br><font color="#888888">
<br>
<div>-- <br>
Vincent V.V.<br>
<a href="https://launchpad.net/oqapy" target="_blank">Oqapy</a></div>
</font></div>


<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>