Results 1 to 4 of 4

Thread: Difference between the regulare MVC

  1. #1

    Default Difference between the regulare MVC

    Hi community,

    I have a question. I want to explain something about the MVC/ MVC in Qt (MVC=Model-view-Controller).
    Can anybody tell my, whats the exactly difference between the ordinary MVC and the MVC in the Qt. I had read something about it, but I can't find anything.

    Plz help me!

    Ciao J---

    (sorry for bad english )

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Difference between the regulare MVC

    Quote Originally Posted by Jonas_ View Post
    Can anybody tell my, whats the exactly difference between the ordinary MVC and the MVC in the Qt.
    What you will do with difference. There is no such difference, MVC is a popular design pattern.

    Qt's MVC = (Smalltalk MVC) + Qt functionality.

  3. #3
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Difference between the regulare MVC

    You have seen this: http://qt.nokia.com/doc/4.5/model-view-programming.html?
    In Qt the model and the controller are combined. So Qt Software speaks of "Model/View Architecture". That is the relevant difference compared to the classical MVC concept where model, view and controller are strictly separated from each other.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Difference between the regulare MVC

    I wouldn't say that the model and controller are combined. It's more like the role of controller is overtaken by the view and portion of it is delegated to the outside object - the delegate.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 2
    Last Post: 16th July 2010, 15:03
  2. Replies: 1
    Last Post: 5th August 2009, 11:44
  3. how to calculate difference b/w two times
    By dummystories in forum Newbie
    Replies: 1
    Last Post: 9th March 2009, 13:58
  4. Difference between Qtopia Core/Platform/Phone/PDA
    By nupul in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 13th March 2007, 07:48
  5. Replies: 6
    Last Post: 10th January 2006, 13:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.