Hi Guys!
Just wondering if there was a way of getting the shotgun selected items in pyqt window for my app??
Basically I want to open up the window then I would like to connect with shotgun and get a list of the selected items that are in the window.
Any help would be great appreciated!
Nick
class AppDialog(QtGui.QWidget):
def __init__(self, app):
QtGui.QWidget.__init__(self)
self._app = app
self.ui = Ui_Dialog()
self.ui.setupUi(self)