as a part of my learning PyQt4 I started making a gui(see attachment) where 
I implement all the examples I learn from video tuts or book I am referring,

however I count figure out how should I implement the method to show text 
message on the status bar when user hover mouse over a widget[link to pastebin 
<http://pastebin.com/9gfYaWRV>]

and secondly I dont understand how come this method to select Directory is 
not working?

    def showDirDialog(self):
        directory=os.path.expanduser('~')
        dirPath=QtGui.QFileDialog(self,"Select Render Directory",directory)
        dirPath.setFileMode(QtGui.QFileDialog.DirectoryOnly)

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to