forked from openlp/openlp
Updating
bzr-revno: 370
This commit is contained in:
parent
b662b16c6f
commit
bb95123534
@ -157,9 +157,11 @@ 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")
|
||||
list = self._load_display_list()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user