Lykurg :: a) please also note our Newbie section
ready
Qt Code:
  1. QTableView *gridclientes = crearvista(QObject::tr("Mantenimiento"),&tabla);
  2. gridclientes->show();
To copy to clipboard, switch view to plain text mode 
Hi i am new thanks for the help,
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..