You are not logged in.

1

Wednesday, September 28th 2005, 3:26pm

qt-designer and KMainWindow

I would like to know if it's possible to use qt-designer with KMainWindow.

Normally qt-designer is able to manage QMainWindow, but it would be really useful to create/mantain KMainWindow with it.

Any hint?
~ "Progress is merely a realisation of utopias" ~

2

Monday, November 21st 2005, 6:54pm

RE: qt-designer and KMainWindow

If u have a ui file generated by KDevelop or even if you write it yourself Qt Designer can open it as a normal ui file.

As I understand it KMainWindow is a C++ class that controls what you do with the QMainWindow but having a KMainWindow class doesn't affect your ui file.