Hi everyone, I was wondering if someone could help me out. Similarly to the other posts I am trying to build graphs for my GUI application. I have been using designer and I used the graphics view. I converted my code to and I can now edit it but I know that I have to add my graph somewhere in here and don't know where to add it. I was wondering if anyone had any example or could walk me through how to add a graph to a GUI.
Thank you! Sean On Thursday, August 30, 2012 at 8:51:30 AM UTC-4, Mike wrote: > > Hi, > > I am writing a program to analyse series of images (using the great ROI > classes). I would like write a full application with a menu bar with menu > items. I think that I need to embed pyqtgraph within pyqt4 to achieve this. > Are there any examples of doing this? > > There is mention in the docs about using pyqt designer, but i thought > there may be some code to do this. Most of the pyqtgraph examples have the > following lines: > > app = QtGui.QApplication([]) > w = pg.GraphicsWindow(size=(800,800), border=True) > > but looking at the pyqt examples, i need to write a MainWindow class and a > class to show an image. How would I go about this? Do I have the right > approach? > > Cheers, > Mike > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/88dbaafc-5652-48ab-b589-9f044c5e175f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
