Started adding a previe to the bottom

bzr-revno: 301
This commit is contained in:
Martin Thompson 2009-02-10 20:46:21 +00:00
parent 9ec2097450
commit 74da30fbf0

View File

@ -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):