eric7/QScintilla/MiniEditor.py

branch
eric7
changeset 8701
9a7ef33a4534
parent 8637
394377638256
child 8712
ce5d777ecfef
equal deleted inserted replaced
8700:112271b4a2eb 8701:9a7ef33a4534
2348 2348
2349 self.zoomToAct = EricAction( 2349 self.zoomToAct = EricAction(
2350 QCoreApplication.translate('ViewManager', 'Zoom'), 2350 QCoreApplication.translate('ViewManager', 'Zoom'),
2351 UI.PixmapCache.getIcon("zoomTo"), 2351 UI.PixmapCache.getIcon("zoomTo"),
2352 QCoreApplication.translate('ViewManager', '&Zoom'), 2352 QCoreApplication.translate('ViewManager', '&Zoom'),
2353 QKeySequence(QCoreApplication.translate( 2353 0, 0,
2354 'ViewManager', "Ctrl+#", "View|Zoom")),
2355 0,
2356 self, 'vm_view_zoom') 2354 self, 'vm_view_zoom')
2357 self.zoomToAct.setStatusTip(QCoreApplication.translate( 2355 self.zoomToAct.setStatusTip(QCoreApplication.translate(
2358 'ViewManager', 'Zoom the text')) 2356 'ViewManager', 'Zoom the text'))
2359 self.zoomToAct.setWhatsThis(QCoreApplication.translate( 2357 self.zoomToAct.setWhatsThis(QCoreApplication.translate(
2360 'ViewManager', 2358 'ViewManager',

eric ide

mercurial