Results 1 to 5 of 5

Thread: problems editing rows in a QTableView

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2009
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: problems editing rows in a QTableView

    I thought about that. I used breakpoints in the debugger to verify that my callback is hit just once. Is it possible there is a bug in the SQLite driver? Thanks for the suggestion.

  2. #2
    Join Date
    Mar 2008
    Posts
    52
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 1 Time in 1 Post

    Exclamation Re: problems editing rows in a QTableView

    Hi,
    We can trace the database driver using the qDebug staments in console output. Please put the staments line by line in Database driver creation.

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

    Default Re: problems editing rows in a QTableView

    Quote Originally Posted by cyrfer View Post
    I used breakpoints in the debugger to verify that my callback is hit just once.
    Please provide a minimal compilable example reproducing the problem.

    Is it possible there is a bug in the SQLite driver?
    It's very unlikely. People would have complaint about it years ago and in general issuing sql statements to sqlite works fine.
    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. Problem with editing QTableView
    By TimoSan in forum Qt Programming
    Replies: 0
    Last Post: 23rd November 2009, 10:46
  2. Problems editing QTableWidgetItem
    By SCV in forum Qt Programming
    Replies: 0
    Last Post: 27th June 2009, 21:06
  3. QTableView 2 rows inside every row
    By skuda in forum Qt Programming
    Replies: 3
    Last Post: 22nd April 2009, 09:23
  4. QTableView, editing, validating input
    By jml in forum Qt Programming
    Replies: 1
    Last Post: 24th July 2007, 00:57
  5. Copying QTableView rows
    By derrickbj in forum Qt Programming
    Replies: 1
    Last Post: 28th September 2006, 00:00

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.