Open sf-migrator-bot opened 9 years ago
Original comment by: cpascual (http://sourceforge.net/u/cpascual)
Tiago sent patches that implement this feature but their integration is "on hold" until a decision about PyQt4.4 compatibility requirements is taken (the patches are not PyQt4.4 compatible)
Original comment by: cpascual (http://sourceforge.net/u/cpascual)
Ticket moved from /p/sardana/tickets/291/
Can't be converted:
Original comment by: tiagocoutinho (http://sourceforge.net/u/tiagocoutinho)
The "hold" can be lifted (and the patches integrated) when we integrate taurus4 into develop, since PyQt4.4 will no longer be supported
Original comment by: cpascual (http://sourceforge.net/u/cpascual)
Motivation
Most applications today contain actions (application wide or not) like Quit, Help, About, etc. I propose to create in taurus a catalog of such actions so they appear coherent in all taurus applications.
Here is a proposal for an initial list:
(*) is operating system and local specific
Considerations
API
This feature request proposes to add a new package called
taurus.qt.qtgui.action
to implement the functionality.A simple enum and function: