Preferences/ConfigurationPages/IconsPage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3034
7ce719013078
child 3058
0a02c433f52d
equal deleted inserted replaced
3024:17c01303a239 3025:67064c71df21
74 Private slot to handle the textChanged signal of the directory edit. 74 Private slot to handle the textChanged signal of the directory edit.
75 75
76 @param txt the text of the directory edit (string) 76 @param txt the text of the directory edit (string)
77 """ 77 """
78 self.addIconDirectoryButton.setEnabled(txt != "") 78 self.addIconDirectoryButton.setEnabled(txt != "")
79 self.showIconsButton.setEnabled(txt != "" or \ 79 self.showIconsButton.setEnabled(
80 txt != "" or \
80 self.iconDirectoryList.currentRow() != -1) 81 self.iconDirectoryList.currentRow() != -1)
81 82
82 @pyqtSlot() 83 @pyqtSlot()
83 def on_upButton_clicked(self): 84 def on_upButton_clicked(self):
84 """ 85 """

eric ide

mercurial