Results 1 to 2 of 2

Thread: How to code for multiple sql table to view in QTableView ?

  1. #1
    Join Date
    Mar 2010
    Posts
    9
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default How to code for multiple sql table to view in QTableView ?

    Hi All,
    I have a problem with Qt. I have a sql code like this
    Qt Code:
    1. SELECT * FROM `action`=a,`practiceaction`=b where b.ID = 23 and b.actionid=a.actionid;
    To copy to clipboard, switch view to plain text mode 
    How to code to view it in QTableView.

    Thanks.

  2. #2
    Join Date
    Mar 2008
    Location
    France
    Posts
    149
    Thanks
    2
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to code for multiple sql table to view in QTableView ?

    Last edited by toutarrive; 15th March 2010 at 12:22.

Similar Threads

  1. Reading table from html code
    By abghosh in forum Qt Programming
    Replies: 4
    Last Post: 23rd February 2010, 18:00
  2. Replies: 1
    Last Post: 18th November 2009, 23:21
  3. how to add buttons to a table view
    By cyclic in forum Qt Programming
    Replies: 3
    Last Post: 27th August 2009, 13:05
  4. Table view
    By tulsi in forum Qt Programming
    Replies: 1
    Last Post: 22nd April 2009, 08:07
  5. Table Widget Vs. Table View
    By winston2020 in forum Qt Programming
    Replies: 2
    Last Post: 19th October 2008, 09:56

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.