[Moved] Basic Design Pattern for Qt App
-
wrote on 29 Sept 2011, 17:47 last edited by
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.
-
wrote on 29 Sept 2011, 18:35 last edited by
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.
-
wrote on 29 Sept 2011, 21:26 last edited by
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.
-
wrote on 29 Sept 2011, 21:42 last edited by
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.
-
wrote on 29 Sept 2011, 22:46 last edited by
Ok, I moved the thread to the Installation and Deployment forum then, that's best suited. Sorry for the inconvenience.
-
wrote on 30 Sept 2011, 07:04 last edited by
You need find the documentation for the Diagram. with the Demo tool under Graphics View
1/6