Create a Widget from an existing program to add to QMainWindow
Unsolved
General and Desktop
-
Hello,
I have an application running through Qt, how would I make that application into a Widget, and from there take that widget and add it to a mainwindow (Main window will contain multiple widgets) in new program?
Any help is appreciated!
-
Hi,
One possible way is to create a library containing the code you would like to use from both your current and new application.