Skip to content

Instantly share code, notes, and snippets.

@robertbasic
Created November 30, 2010 21:48
Show Gist options
  • Save robertbasic/722484 to your computer and use it in GitHub Desktop.
Save robertbasic/722484 to your computer and use it in GitHub Desktop.
action = QAction("My action", parent)
action.triggered.connect(lambda arg=my_argument: my_slot(arg))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment