bzr-revno: 370
This commit is contained in:
Martin Thompson 2009-03-04 21:54:26 +00:00
parent b662b16c6f
commit bb95123534
2 changed files with 8 additions and 2 deletions

View File

@ -157,8 +157,10 @@ class ImagePlugin(Plugin, PluginUtils):
self.ImageListPreview = QtGui.QWidget()
self.MediaManagerItem.PageLayout.addWidget(self.ImageListPreview)
self.ImageListView.setGeometry(QtCore.QRect(10, 100, 256, 591))
self.ImageListView.setSpacing(1)
self.ImageListView.setAlternatingRowColors(True)
# return self.MediaManagerItem
def initialise(self):
log.info("Plugin Initialising")

View File

@ -32,7 +32,11 @@ class ImageServiceItem(ServiceItem):
the preview preview and
the live preview
The image plugin passes one of these to the preview/live when requested
The preview/live controllers keep hold of it
The service manager has one in its service structure for each Image item in the OOS
When something goes live/previews -
it simply tells the slide controller to use it???
"""
global log