##// END OF EJS Templates
***
ralonso -
r12:13
parent child
Show More
@@ -39,8 +39,8
39 """ No newline at end of file
39 """
40 Slot documentation goes here. No newline at end of file
40 Slot documentation goes here.
41 """
41 """
No newline at end of file
42 var_Rpath = QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)
42 filename = QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)
No newline at end of file
No newline at end of file
43 self.txtRpath.setText(var_Rpath) No newline at end of file
43 self.txtRpath.setText(filename) No newline at end of file
44 No newline at end of file
44
45 No newline at end of file
45
46 No newline at end of file
46
General Comments 0
You need to be logged in to leave comments. Login now