readyQuote:
Lykurg :: a) please also note our Newbie section
Hi i am new thanks for the help,Code:
gridclientes->show();
i created a tablegrids for a test application.. but i have a problem
The problem is: i can show my table with gridclientes->show(); , but this is showed like in a modalmessage. How i do to "render" the QTABLEVIEW to a element in the form UI. for example y have a element Layout(QVBoxLayout)..
i want to put the qtableview inside that..
;)