eric6/Network/IRC/IrcNetworkEditDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
37 self.setupUi(self) 37 self.setupUi(self)
38 38
39 self.__manager = manager 39 self.__manager = manager
40 40
41 self.editIdentitiesButton.setIcon( 41 self.editIdentitiesButton.setIcon(
42 UI.PixmapCache.getIcon("ircConfigure.png")) 42 UI.PixmapCache.getIcon("ircConfigure"))
43 self.editServerButton.setIcon( 43 self.editServerButton.setIcon(
44 UI.PixmapCache.getIcon("ircConfigure.png")) 44 UI.PixmapCache.getIcon("ircConfigure"))
45 self.editChannelButton.setIcon( 45 self.editChannelButton.setIcon(
46 UI.PixmapCache.getIcon("ircConfigure.png")) 46 UI.PixmapCache.getIcon("ircConfigure"))
47 self.addChannelButton.setIcon(UI.PixmapCache.getIcon("plus.png")) 47 self.addChannelButton.setIcon(UI.PixmapCache.getIcon("plus"))
48 self.deleteChannelButton.setIcon(UI.PixmapCache.getIcon("minus.png")) 48 self.deleteChannelButton.setIcon(UI.PixmapCache.getIcon("minus"))
49 49
50 self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok) 50 self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok)
51 51
52 if networkName: 52 if networkName:
53 self.__network = copy.deepcopy( 53 self.__network = copy.deepcopy(

eric ide

mercurial