[PyQt] gtk.ListStore replacement in PyQt

2010-12-17 Thread praveen koduru
In my code I am using gtk.Liststore for for Storing the listitems. and later to retrieve Listitems and their listItementries I am using the below. liststore = gtk.Liststore( str, str, int, gtk.gdk.Pixbuf) *For retrieving ListItems:* item = liststore.get_iter_first () or item =

[PyQt] Instant Messaging through PySide PyQtMobility on N900.

2010-10-08 Thread praveen koduru
I am trying to send Instant message(IM) through N900 using PySide PyQtMobility. I am getting QMessageService sending failed. The code is below: *from QtMobility.Messaging import ** *from PySide.QtCore import ** *import sys* *from PyQt4 import QtCore* *import dbus* * * *app =

[PyQt] Sending Instant Message on N900 through PyQt (using PySide QtMobility)

2010-10-04 Thread praveen koduru
Hi, I want to send IM(Instant Message) from GTalk of N900 using PyQt. I have found sending sms PyQt script here http://wiki.maemo.org/Phone_control#Send_SMS. and tried to modify for Instant Messaging. But I am getting send failed error. I am new to PyQt. I have logged in to gtalk before running

[PyQt] GUI test Automation on QT- Suggestion needed.

2010-06-15 Thread praveen koduru
Hi, I am new to Qt PyQt. Can anybody suggest what is the best Framework for GUI Automation on Qt Apps. I have tried Froglogic's Squish but it is a recording tool. I am looking for programmable object-based GUI test automation method . Requirements: 1. Method should be object based not

[PyQt] PyQt installation problem

2010-06-14 Thread praveen koduru
Hi, I am trying to install PyQt on Fedora 12 Desktop machine. I have installed Qt-x11, sip, PyQt. 1. *qt-x11-opensource-src-4.5.3* tar xvfz qt-x11-opensource-src-4.5.3.tar.gz cd qt-x11-opensource-src-4.5.3 ./configure -fast -qt-sql-sqlite -no-qt3support make