Results 1 to 2 of 2

Thread: Problem with QTable

  1. #1
    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 Problem with QTable

    HI all!
    I created QTable object in constructor from dialog-based class.
    Qt Code:
    1. QTable *tableGrafik = new QTable( this, "tableGrafik" );
    To copy to clipboard, switch view to plain text mode 

    After some times i'll wanted carry creating table into designer. I create in designer table with the same name - tableGrafik, and comment created table in my constructor. After running, my program crashed on first using of tableGrafik. I try clean project but result the same . Now its more interesting : if i rename tableGrafik on tableGrafik1 in designer and in my code all works good
    Can comeone explain me what happend?

    p.s. sorry i post thread in bad branch, pls move my thread to Qt programming branch
    Last edited by zlatko; 16th February 2006 at 09:52.
    a life without programming is like an empty bottle

  2. #2
    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: Problem with QTable

    ok ...actually i declare QTable *tableGrafik in my *.h file.
    problem solved

    p.s. to admin : i think that its thread is uselessly you can delete it
    a life without programming is like an empty bottle

Similar Threads

  1. Problem refreshing the contents of a QTable [Qt 3.3.8]
    By kalos80 in forum Qt Programming
    Replies: 0
    Last Post: 7th October 2008, 18:08
  2. problem with QTable Widget
    By navi1084 in forum Qt Programming
    Replies: 1
    Last Post: 23rd September 2008, 06:09
  3. QTable - Data Base Problem
    By esq in forum Qt Tools
    Replies: 9
    Last Post: 27th May 2007, 23:08
  4. QTable - Date Base Problem
    By esq in forum Qt Programming
    Replies: 4
    Last Post: 23rd May 2007, 02:32
  5. QTable resize problem with large tables
    By Robzzz in forum Newbie
    Replies: 3
    Last Post: 22nd May 2006, 14:13

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.