Re: [PATCH] xconfig: set title bar

2007-10-20 Thread Sam Ravnborg
On Sat, Oct 20, 2007 at 11:18:47AM -0700, Randy Dunlap wrote: > On Sat, 20 Oct 2007 19:14:03 +0200 Sam Ravnborg wrote: > > > I found this one to work: > > + setCaption("hello my little world"); > > Thanks, your search expressions were better than mine. > > > We should show the prompt assoc

Re: [PATCH] xconfig: set title bar

2007-10-20 Thread Randy Dunlap
On Sat, 20 Oct 2007 19:14:03 +0200 Sam Ravnborg wrote: > I found this one to work: > + setCaption("hello my little world"); Thanks, your search expressions were better than mine. > We should show the prompt associated with mainmenu here. You want all 3 of them converted to symbol_

Re: [PATCH] xconfig: set title bar

2007-10-20 Thread Randy Dunlap
On Sat, 20 Oct 2007 20:12:02 +0200 Sam Ravnborg wrote: > On Sat, Oct 20, 2007 at 07:14:03PM +0200, Sam Ravnborg wrote: > > On Fri, Oct 19, 2007 at 02:55:28PM -0700, Randy Dunlap wrote: > > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > > > menuconfig and gconfig already place a title (or captio

Re: [PATCH] xconfig: set title bar

2007-10-20 Thread Sam Ravnborg
On Sat, Oct 20, 2007 at 07:14:03PM +0200, Sam Ravnborg wrote: > On Fri, Oct 19, 2007 at 02:55:28PM -0700, Randy Dunlap wrote: > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > menuconfig and gconfig already place a title (or caption) on the top > > bar of their window (or whatever that is properl

Re: [PATCH] xconfig: set title bar

2007-10-20 Thread Sam Ravnborg
On Fri, Oct 19, 2007 at 02:55:28PM -0700, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > menuconfig and gconfig already place a title (or caption) on the top > bar of their window (or whatever that is properly called). However, > qconf (xconfig) just says "qconf". I tried to fi

[PATCH] xconfig: set title bar

2007-10-19 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> menuconfig and gconfig already place a title (or caption) on the top bar of their window (or whatever that is properly called). However, qconf (xconfig) just says "qconf". I tried to find a Qt API to set the title but did not find one, so set the program ti