added initial profiles switch implementation
authorstack <stack@inventati.org>
Sun, 8 Jul 2012 16:17:48 +0000 (18:17 +0200)
committerstack <stack@inventati.org>
Sun, 8 Jul 2012 16:21:53 +0000 (18:21 +0200)
when left clicking on the systray a list of profiles is shown, clicking
on a profile a "activateProfile" is called and an action to create a new
profile is displayed.
This is handled through a QMenu and lambda functions to pass additional
paramenters to the receiver, also interesting are the functions:
            self.menuProfiles.activateWindow()
            self.menuProfiles.popup(QtGui.QCursor.pos())


No differences found