From pykde Wed Aug 02 10:46:24 2006 From: Phil Thompson Date: Wed, 02 Aug 2006 10:46:24 +0000 To: pykde Subject: Re: [PyKDE] [PyQt4] application shortcut Message-Id: <200608021146.24416.phil () riverbankcomputing ! co ! uk> X-MARC-Message: https://marc.info/?l=pykde&m=115451566321878 On Wednesday 02 August 2006 11:35 am, Jürgen Urner wrote: > Hello all > > I am trying to assign a global hotkey to one of my guis. > The best guess I made to achieve this was: > > ApplicationShortcut = 2 > widget.grabShortcut( > QtGui.QKeySequence("Ctrl+0"), > ApplicationShortcut, > ) > > ...won't work 'cos it raises TypeError on argument 2. > So, where is ShortcutContext or ApplicationShortcut in PyQt4? > enum Qt::ShortcutContext > ApplicationShortcut > > Or is there any other way that this is supposed to be done? QtCore.Qt.ApplicationShortcut Phil _______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde