I want to be able to import my application code into Qt Designer and then to be able to add some new functionnalities to my application with the help of Qt Designer.
Maybe it means creating .ui files from C++ code. Is it possible ?
I want to be able to import my application code into Qt Designer and then to be able to add some new functionnalities to my application with the help of Qt Designer.
Maybe it means creating .ui files from C++ code. Is it possible ?
But Qt Designer is only a layout designer, it isn't an IDE. What do you want to do with your code in Qt Designer?Originally Posted by yellowmat
Unfortunately not.Originally Posted by yellowmat
It is easy to manage signal/slot connection, add/remove/place graphic objects with Qt and the code is automatically added.
In my application all must be done by hand ... you see what I mean ?
For this you need .ui files. I'm not aware of any tool that could create an .ui file from hand written code.Originally Posted by yellowmat
Anyway, I must fix and optimize the application architecture so I will proceed as follow :
* create a new SDI application
* import all my classes (not including my own QApplication and QMainWindow class)
* adding all functions of my old QMainWindow into the new QMainWindow
* same previous step for QApplication
It will not take me so much time.
Thanks for your help Jacek.
Bookmarks