UI/UserInterface.py

changeset 4665
30d4972ab403
parent 4658
d760763dcc4a
child 4733
ae291a307ea6
child 4896
5ace700023de
equal deleted inserted replaced
4664:a40706f44514 4665:30d4972ab403
1917 0, 0, self, 'hex_editor') 1917 0, 0, self, 'hex_editor')
1918 self.hexEditorAct.setStatusTip(self.tr( 1918 self.hexEditorAct.setStatusTip(self.tr(
1919 'Start the eric6 Hex Editor')) 1919 'Start the eric6 Hex Editor'))
1920 self.hexEditorAct.setWhatsThis(self.tr( 1920 self.hexEditorAct.setWhatsThis(self.tr(
1921 """<b>Hex Editor</b>""" 1921 """<b>Hex Editor</b>"""
1922 """<p>Starts the eric6 Hex Editor for editing binary files.</p>""" 1922 """<p>Starts the eric6 Hex Editor for viewing or editing"""
1923 """ binary files.</p>"""
1923 )) 1924 ))
1924 self.hexEditorAct.triggered.connect(self.__openHexEditor) 1925 self.hexEditorAct.triggered.connect(self.__openHexEditor)
1925 self.actions.append(self.hexEditorAct) 1926 self.actions.append(self.hexEditorAct)
1926 1927
1927 if WEBKIT_AVAILABLE: 1928 if WEBKIT_AVAILABLE:

eric ide

mercurial