What is the difference between QtUiLoader and QFormBuilder?
-
Hello, you in front of the screen. I would like to know what is the difference between QtUiLoader and QFormBuilder ? In addition, will Qt 5.15.3 be available to open source users in March this year? Because by then it has been a year since his release. look forward to your reply.
-
Hello, you in front of the screen. I would like to know what is the difference between QtUiLoader and QFormBuilder ? In addition, will Qt 5.15.3 be available to open source users in March this year? Because by then it has been a year since his release. look forward to your reply.
@Nan-Feng said in What is the difference between QtUiLoader and QFormBuilder?:
I would like to know what is the difference between QtUiLoader and QFormBuilder ?
Per the docs:
The QFormBuilder class is typically used by custom components and applications that embed Qt Designer. Standalone applications that need to dynamically generate user interfaces at run-time use the QUiLoader class, found in the QtUiTools module.
I think you would know if you intended to "embed Qt Designer".