Re: [PyQt] Embedding a font into a resource file

2010-10-04 Thread pard
Thanks On 4 October 2010 16:05, Hans-Peter Jansen wrote: > On Monday 04 October 2010, 15:49:07 pard wrote: > > Hi > > > > Is it possible to embed a font into a resource file and set the > > application font from the compiled resource file? > > You can add __any

[PyQt] Embedding a font into a resource file

2010-10-04 Thread pard
Hi Is it possible to embed a font into a resource file and set the application font from the compiled resource file? Pard ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] pyuic4 vs uic.loadUI

2010-09-29 Thread pard
he ui file does seem a whole lot easier however, and having worked with wxpython and xrc, it wasn't much of a paradigm shift for me I suppose. But hey, we live, we learn. And again, thank you for the replies, if others still have more, please keep them coming. They are helpful. Pard O

[PyQt] pyuic4 vs uic.loadUI

2010-09-28 Thread pard
Hi I have found that some people use pyuic4 to compile their ui files and some load them dynamically using loadUI. Does anyone have the pro's and con's of each of these methods? What is the recommended PyQT way of doing this? Regards Pard __

Re: [PyQt] Skinning the title bar and window border

2010-09-23 Thread pard
Thanks Devon I will be looking at an example that Vincent Vande Vyvre suggested. Would you mind if I contacted you for pointers if I get stuck, since you have some experience in this? Pard On 22 September 2010 18:18, Devon Rueckner wrote: > > Hi - > > We had the same requirement.

Re: [PyQt] Skinning the title bar and window border

2010-09-23 Thread pard
t; On Wednesday 22 September 2010, 12:47:54 pard wrote: > > > 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 schem

Re: [PyQt] Skinning the title bar and window border

2010-09-22 Thread pard
. 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. Pard On 22 September 2010 12:32, Hans-Peter Jansen wrote: > On Wednesday 22 September 2010, 11:36:41 pard wrote: > > Hi David > >

Re: [PyQt] Skinning the title bar and window border

2010-09-22 Thread pard
Hi David Thanks for your response. Do you have any resources that would show how to do this? Tutorials, examples, etc. I do need to change the style of the window frame. I am new to pyqt. Regards Pard On 21 September 2010 00:06, David Boddie wrote: > On Mon, 20 Sep 2010 14:42:55 +0200, p

[PyQt] Skinning the title bar and window border

2010-09-20 Thread pard
Hi Is it possible to skin the title bar and window border in pyqt? I actually just require a colour change, e.g. make the title bar, window border black, have white text and change the colours of the close, minimize and maximize buttons. Thanks ___ PyQt