Hi Carlos, Thanks for your reply. I was going to ask for examples but I see that the widgets come with a "test" function. Excellent!
Andrew On Monday, February 6, 2017 at 2:13:54 AM UTC-8, Carlos Córdoba wrote: > > Hi, > > If you can use PyQt5 in your application, you can certainly use the Spyder > widgets (placed under spyder/widgets in our repo), which are more or less > independent of the application. > > You can’t do the same with our plugins though because they expect our > config system and be placed in the Spyder window to run. > > Cheers, > Carlos > > El 04/02/17 a las 14:41, AndrewC escribió: > > Hi, > > I have a QT 5.7 app (C++, Desktop Windows) that has an embedded python 3.5 > interpreter and console. That is, the app links to and uses the python3 > DLLs/API. I can launch PyQT5 python scripts from with the app (the scripts > need a slight modification to use my QApplication.instance(), thats about > it). It works surprisingly well. > > I am looking at the possibility of embedding the Spyder IDE ( or parts > thereof) as way to add Python editing/debugging within my GUI. > > It seems that embedding Spyder into an existing C++ application pops up > now and then, but links to examples seem broken. > > Am I wasting my time? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to <javascript:>[email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
