models.py
Others:
Bases: PyQt4.QtCore.QThread
This class is a QThread subclass used to retrieve new Ibl Sets from Database registered directories parents.
Parameters: | parent – Object parent. ( QObject ) |
---|
This signal is emited by the IblSetsScanner_worker class when new Ibl Sets are retrieved. ( pyqtSignal )
Returns: | New Ibl Sets. ( Dictionary ) |
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__databaseSession attribute.
Returns: | self.__databaseSession. ( Object ) |
---|
This method is the property for self.__extension attribute.
Returns: | self.__extension. ( String ) |
---|