[PyQt] Fonts: possible to set for entire app? possible to package with app?

2012-08-17 Thread Brian Knudson
1. I know it's possible to set a font for a particular type of item, i.e. .QLabel, in css; but is it possible to set a "base" font for for everything in one place without defining a . for every widget type? 2. Is it possible to package a font with the app, like in a resource file made with pyr

Re: [PyQt] Displaying 2nd Window Problem

2012-08-17 Thread uahmed
Thanks a lot . It make it works :) On Fri, Aug 17, 2012 at 4:25 PM, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > On 16/08/12 22:56, uahmed wrote: > > Hi > > > > I am dealing with 2 windows . One is created by Qt Designer and i > > import it on test.py program . what i did i make a

[PyQt] Custom widget property

2012-08-17 Thread Vincent Vande Vyvre
Hi, I'm working on a custom widget, I've created a file plugin and I can use my widget into the Designer. So, this widget has a property 'orientation' wich may take two values: 'east' or 'west'. Into the properties editor this property appears with a lineEdit, how can make to change this lineEdi

Re: [PyQt] Displaying 2nd Window Problem

2012-08-17 Thread Vincent Vande Vyvre
On 16/08/12 22:56, uahmed wrote: > Hi > > I am dealing with 2 windows . One is created by Qt Designer and i > import it on test.py program . what i did i make a Widget on the test > program and than add a button to it and on click event I try to popup > the other window(gui1.py) created by Qt Desig