Re: [PATCH] xconfig: set title bar

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Saturday, October 20, 2007 - 10:14 am

On Fri, Oct 19, 2007 at 02:55:28PM -0700, Randy Dunlap wrote:

I found this one to work:
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
index e4eeb59..4905cd1 100644
--- a/scripts/kconfig/qconf.cc
+++ b/scripts/kconfig/qconf.cc
@@ -1277,6 +1277,7 @@ ConfigMainWindow::ConfigMainWindow(void)
 
        QWidget *d = configApp->desktop();
 
+       setCaption("hello my little world");
        width = configSettings->readNumEntry("/window width", d->width() - 64);
        height = configSettings->readNumEntry("/window height", d->height() - 64);
        resize(width, height);

We should show the prompt associated with mainmenu here.

	Sam
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] xconfig: set title bar, Randy Dunlap, (Fri Oct 19, 2:55 pm)
Re: [PATCH] xconfig: set title bar, Sam Ravnborg, (Sat Oct 20, 10:14 am)
Re: [PATCH] xconfig: set title bar, Sam Ravnborg, (Sat Oct 20, 11:12 am)
Re: [PATCH] xconfig: set title bar, Randy Dunlap, (Sat Oct 20, 11:14 am)
Re: [PATCH] xconfig: set title bar, Randy Dunlap, (Sat Oct 20, 11:18 am)
Re: [PATCH] xconfig: set title bar, Sam Ravnborg, (Sat Oct 20, 11:30 am)