* Question
What are the two ways to design an interface? |
* Answer
One is to generate a ui file through the Qtdesigner T design, and convert the corresponding XML code into a uic tool.h file; another is to complete the design of the corresponding interface by writing your own code, you can create multiple forms by writing multiple form classes. |
COMMENTS