Results 1 to 5 of 5

Thread: Database Master-Detail Entry Form

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Database Master-Detail Entry Form

    I have also read about QDataWidgetMapper, do i need to make use of this as well for Master Detail Screen?

    Regards

    Phan Sin Tian

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Database Master-Detail Entry Form

    Quote Originally Posted by Phan Sin Tian View Post
    I have also read about QDataWidgetMapper, do i need to make use of this as well for Master Detail Screen?
    You can, but you don't have to. All depends on the way you want to display data. QDataWidgetMapper is helpful if you display a single record in a form, instead of QTableView or similar widget.

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
  •  
Qt is a trademark of The Qt Company.