[PyQt] DataGrid with pyqt and xml-rpc

Hans-Peter Jansen hpj at urpla.net
Sat Feb 12 09:43:40 GMT 2011


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


More information about the PyQt mailing list