[Moved] Basic Design Pattern for Qt App
-
Is there any document on some basic design pattern for a Qt app providing details which can help a beginner on Qt platform. Something like how to distribute the requirements for the app over the whole source.
-
Hi,
design pattern are not framework specific. A framework could support design patterns, like Qt does with ModelView and an Undo FW. But design patterns are a structural / logical thing and should be possible to be implemented with most / all languages.
-
I moved the thread into the general forum, it's not related to Education, which is meant for those cases where, for example, Qt is used to teach computer science.
The term "design pattern" has a quite fixed and clear definition in IT and computer science world. It includes common principles like singletons, object factories and model/view paradigm. See the wikipedia article on the topic for some more details: http://en.wikipedia.org/wiki/Design_pattern_(computer_science)
From what I read from your last sentence you seem to search for some guidelines on how to setup a project, from the beginning until the final deployment on the users machines. In that case you might want to start with the "Deploying Qt Applications":http://doc.qt.nokia.com/4.7/deployment.html guide.
-
You are right there. I will go through the "Deploying Qt Applications":http://doc.qt.nokia.com/4.7/deployment.html guide first and then provide more detail on the question if required.
-
You need find the documentation for the Diagram. with the Demo tool under Graphics View