Re: [PyQt] QtNetwork newbie question

2012-03-18 Thread Phil Thompson
On Sun, 18 Mar 2012 13:40:49 -0700, John Stewart wrote: > Hi all, > I am trying to write a distributed render manager. The sever would be > waiting for incoming connections (other CPUs wishing to be part of the > machine pool) and then issue commands to be run on those other CPUs when a > job is

[PyQt] QtNetwork newbie question

2012-03-18 Thread John Stewart
Hi all, I am trying to write a distributed render manager. The sever would be waiting for incoming connections (other CPUs wishing to be part of the machine pool) and then issue commands to be run on those other CPUs when a job is run in the manager via a user. So far, this is what I am using t

Re: [PyQt] Designer -- fromTheme Icon

2012-03-18 Thread Ramiro Algozino
2012/3/18 Phil Thompson > > A copy of the .ui would help. > > Phil > I attached a copy of the .ui; notice that the action "actionDecodeFile" has assigned a theme icon. -- Ramiro Algozino http://ramiroalgozino.com.ar/ main.ui Description: application/designer _

Re: [PyQt] Extending Built-In Styles

2012-03-18 Thread David Boddie
On Mon, 12 Mar 2012 09:39:31 -0700, Rapczak, Jesse wrote: > > Is it possible to somehow extend or export a text stylesheet from > Designer's "Preview In..." menu of styles? I'm looking for a way to just > change a few colors without having to completely define everything. If you mean styles like P

Re: [PyQt] Designer -- fromTheme Icon

2012-03-18 Thread Phil Thompson
On Sun, 18 Mar 2012 02:35:52 -0300, Ramiro Algozino wrote: > 2012/3/18 Ramiro Algozino > >> Hello! >> >> Today I was designing a window for my application and happily discovered >> that designer now supports using fromTheme icons in actions and buttons! >> :-D but when I use the .ui file I get