Preferences/ConfigurationPages/IconsPage.py

changeset 3034
7ce719013078
parent 3025
67064c71df21
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
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( 79 self.showIconsButton.setEnabled(
80 txt != "" or \ 80 txt != "" or
81 self.iconDirectoryList.currentRow() != -1) 81 self.iconDirectoryList.currentRow() != -1)
82 82
83 @pyqtSlot() 83 @pyqtSlot()
84 def on_upButton_clicked(self): 84 def on_upButton_clicked(self):
85 """ 85 """

eric ide

mercurial