toolButton.jpg
I'm using PySide, and I was able to get the QToolButton object. It is a drop down menu with a few actions.
What I am trying to do is:
1) Get a list of items in the QToolButton and for now just print the names... "Camera1, Camera2 ..."
2) Check an item other than the default.

Any help would be greatly appreciated!

Nick