[Qt-interest] Plugins vs Dynamic dialogs

Harry Sfougaris hsfougaris at gmail.com
Wed Jul 14 07:42:38 CEST 2010


I am about to begin a development on an application which will mainly function as database front-end, with many data-entry forms (ranging from simple to complex, each adhering to specific business rules).

I am not sure what would be best in such a scenario: 
- grouping the forms into modules and creating a plugin for each module where all design and behavior is hardcoded, or 
- implementing the forms as standalone .ui files and loading them with QUiLoader as needed (I will most likely need to have an accompanying script with each .ui file to customize it's behavior).

Does anyone have some experience/recommendations they can share?
  





More information about the Qt-interest-old mailing list