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