76 Private slot to handle the textChanged signal of the directory edit. |
76 Private slot to handle the textChanged signal of the directory edit. |
77 |
77 |
78 @param txt the text of the directory edit (string) |
78 @param txt the text of the directory edit (string) |
79 """ |
79 """ |
80 self.addIconDirectoryButton.setEnabled(txt != "") |
80 self.addIconDirectoryButton.setEnabled(txt != "") |
81 self.showIconsButton.setEnabled(txt != "" or \ |
81 self.showIconsButton.setEnabled( |
|
82 txt != "" or \ |
82 self.iconDirectoryList.currentRow() != -1) |
83 self.iconDirectoryList.currentRow() != -1) |
83 |
84 |
84 @pyqtSlot() |
85 @pyqtSlot() |
85 def on_upButton_clicked(self): |
86 def on_upButton_clicked(self): |
86 """ |
87 """ |