~marmyshev/openlp/itunes

« back to all changes in this revision

Viewing changes to openlp/core/lib/toolbar.py

  • Committer: Andreas Preikschat
  • Date: 2012-12-28 20:15:56 UTC
  • mfrom: (1970.2.54 bug-779201-2)
  • Revision ID: googol@lavabit.com-20121228201556-i1p7aq0byf5cuip7
QString and QVariant auto-conversion (bug #779201)

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        Add a widget and store it's handle under the widgets object name.
69
69
        """
70
70
        action = self.addWidget(widget)
71
 
        self.actions[unicode(widget.objectName())] = action
 
71
        self.actions[widget.objectName()] = action
72
72
 
73
73
    def setWidgetVisible(self, widgets, visible=True):
74
74
        """