59 return self.directoryEdit.text() != "" |
59 return self.directoryEdit.text() != "" |
60 |
60 |
61 @pyqtSlot() |
61 @pyqtSlot() |
62 def on_directoryButton_clicked(self): |
62 def on_directoryButton_clicked(self): |
63 """ |
63 """ |
64 Private slot to select the shared directory via a directory selection dialog. |
64 Private slot to select the shared directory via a directory selection |
|
65 dialog. |
65 """ |
66 """ |
66 directory = E5FileDialog.getExistingDirectory( |
67 directory = E5FileDialog.getExistingDirectory( |
67 self, |
68 self, |
68 self.trUtf8("Shared Directory"), |
69 self.trUtf8("Shared Directory"), |
69 self.directoryEdit.text(), |
70 self.directoryEdit.text(), |