PDA

View Full Version : QListView and DataBase



ederbs
28th October 2006, 14:42
Hi,

Question,

it is possible to use QListView to select itens of the "database" in set with the QSql class.

Ederson de Moura

e8johan
28th October 2006, 16:06
Something like this is demonstrated in Jasmin Blanchette's book on Qt 3 available for download from here: http://www.phptr.com/promotions/promotion.asp?promo=1484&redir=1&rl=1 .

ederbs
28th October 2006, 16:18
I possess this book and I did not find something similar for QListView.

In the truth I would like that when executed one duble click it mouse in some item of the table, was executed one insert in another point catching these values.

Ederson de Moura