eric6/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py

changeset 7533
88261c96484b
parent 7502
426f64d419f0
child 7780
41420f82c0ac
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
65 os.path.join("VcsPlugins", "vcsMercurial", "icons", 65 os.path.join("VcsPlugins", "vcsMercurial", "icons",
66 "stopServer-{0}.svg".format(iconSuffix))), 66 "stopServer-{0}.svg".format(iconSuffix))),
67 self.tr("Stop Server"), self) 67 self.tr("Stop Server"), self)
68 self.__stopAct.triggered.connect(self.__stopServer) 68 self.__stopAct.triggered.connect(self.__stopServer)
69 self.__browserAct = QAction( 69 self.__browserAct = QAction(
70 UI.PixmapCache.getIcon("home.png"), 70 UI.PixmapCache.getIcon("home"),
71 self.tr("Start Browser"), self) 71 self.tr("Start Browser"), self)
72 self.__browserAct.triggered.connect(self.__startBrowser) 72 self.__browserAct.triggered.connect(self.__startBrowser)
73 73
74 self.__portSpin = QSpinBox(self) 74 self.__portSpin = QSpinBox(self)
75 self.__portSpin.setMinimum(2048) 75 self.__portSpin.setMinimum(2048)

eric ide

mercurial