Results 1 to 6 of 6

Thread: Writing Data Aware Forms in QT4.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Posts
    20
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Writing Data Aware Forms in QT4.

    Thanks for the suggestions wysota. I'll see if I can figure out how to make it work.

    It sounds like this approach has the application displaying data real time, instead of working from the last query to the database. Is the model/view concept the trend for database client applications?

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

    Default Re: Writing Data Aware Forms in QT4.

    Quote Originally Posted by gsQT4
    Thanks for the suggestions wysota. I'll see if I can figure out how to make it work.
    Sure you can.

    It sounds like this approach has the application displaying data real time, instead of working from the last query to the database.
    Yes.

    Is the model/view concept the trend for database client applications?
    The model/view concept doesn't assume any specific backend for storing data. It works with both dynamic and static data.

  3. #3
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Writing Data Aware Forms in QT4.

    Hi all !
    So i also have this problem
    Wysota is your approach correct today(becouse i see last post in thread near year old) ? Or maiby community find something else ?
    Thx...
    a life without programming is like an empty bottle

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

    Default Re: Writing Data Aware Forms in QT4.

    QDataWidgetMapper is the proper solution since Qt 4.2 (it does exactly what I wanted it to).

  5. The following user says thank you to wysota for this useful post:

    zlatko (21st March 2007)

Similar Threads

  1. How to convert binary data to hexadecimal data
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 8th March 2006, 16:17
  2. Replies: 16
    Last Post: 7th March 2006, 15:57

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.