PDA

View Full Version : PyQt CRUD(create,read,update,delete) functionality based on LXML



mushfiq
14th October 2010, 18:45
Hi,
i am new to the world of PyQt.I am trying to develop a backend based GUI app.In which various kind of functionality will be provided based on create,read,update,delete from XML.For demo,I need take lineedit,combo box information to XML(specially using LXML library)and then save it,update it and delete.And hoe to show through datagrid view etc will be helpful for me.