Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about vispy

Read more about vispy

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - vispy

How to have a Vispy.app.Canvas running directly in Vispy.app AND as a QWidget inside a QMainWindow

I would like to know how I can make the self.show() instruction at the end of my Vispy.app.Canvas init() dependant on the fact the canvas is basically run in a Vispy app or as a QWidget in a QMainWind...
test-img

GregVDS

python-3.x

canvas

qwidget

qmainwindow

vispy

Votes: 0

Answers: 1

Latest Answer

You don't need to have the self.show() in the __init__ method of the class. You could call it from the module that is using it, after the Canvas is created: canvas = Canvas(...) canvas.show() That wa...
test-img

djhoese

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved