Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Moved] Basic Design Pattern for Qt App
QtWS25 Last Chance

[Moved] Basic Design Pattern for Qt App

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 4 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shadow.seeker
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      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.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        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.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • S Offline
          S Offline
          shadow.seeker
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            Ok, I moved the thread to the Installation and Deployment forum then, that's best suited. Sorry for the inconvenience.

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • A Offline
              A Offline
              acceleratedlearning
              wrote on last edited by
              #6

              You need find the documentation for the Diagram. with the Demo tool under Graphics View

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved