Preferences/ConfigurationPages/IconsPage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
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 """

eric ide

mercurial