forked from openlp/openlp
Started adding a previe to the bottom
bzr-revno: 301
This commit is contained in:
parent
9ec2097450
commit
74da30fbf0
@ -79,6 +79,11 @@ class ImagePlugin(Plugin, PluginUtils):
|
||||
self.ImageListView.addAction(self.add_to_context_menu(self.ImageListView, ':/system/system_live.png', "&Show Live", self.onImageLiveClick))
|
||||
self.ImageListView.addAction(self.add_to_context_menu(self.ImageListView, ':/system/system_add.png', "&Add to Service", self.onImageAddClick))
|
||||
|
||||
self.ImageListPreview = QtGui.QWidget()
|
||||
self.MediaManagerItem.PageLayout.addWidget(self.ImageListPreview)
|
||||
self.ImageListView.setGeometry(QtCore.QRect(10, 100, 256, 591))
|
||||
|
||||
|
||||
return self.MediaManagerItem
|
||||
|
||||
def initialise(self):
|
||||
|
Loading…
Reference in New Issue
Block a user