On Saturday 12 February 2011, 09:39:36 Matteo Boscolo wrote:
> Hi All,
>
> there is any fast way to get a sort of datagrid widget (like datagrid
> in m$) in pyqt that works with xml-rpc protocol ?

Roll your own. This is not Borland territory (while they also use Qt, 
IIRC). Qt and therefor PyQt provides many high level GUI elements, but 
you need to tie up the loose ends (eg. QTableView and xmlrpclib). 

Good luck,
Pete
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to