HI all!
I created QTable object in constructor from dialog-based class.
QTable *tableGrafik = new QTable( this, "tableGrafik" );
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
Bookmarks