Package schrodinger :: Package application :: Package desmond :: Module cwidget :: Class FileEntry
[hide private]
[frames] | no frames]

Class FileEntry

PyQt4.QtGui.QWidget --+
                      |
                     FileEntry

Class combining a QLabel, QLineEdit, and a QPushButton (Browse...).

Instance Methods [hide private]
 
__init__(self, parent, label_text, fdlg_title, fdlg_ftypes, initial_dir="", command=None)
 
pathModified(self)
Called when the selected file path is modified.
 
browse(self)
Called when the user clicks on the Browse button
 
text(self)
Get the value of the entry field.
 
setText(self, value)
Set the value of the entry field.