Details
Description
It would be nice if the VS integration could create a more describing name for the uic generated classes.
Using "Add Qt GUI Class" in the integration, the template will generate a class with the name %CLASS%Class.
Ex: If i create a class CMyFileDialog with this, uic will create a CMyFileDialogClass that i can use to setupUi() my widget.
My suggestion: use %CLASS%WidgetFactory instead (or shorter: %CLASS%Factory), so you get CMyFileDialogWidgetFactory (which is a name that actually gives a hint about what this class does)