-
I'm trying to add the plugin to usdView.
I'm getting this error:
`usdNodeGraph using qt binding: PySide2
QWidget: Must construct a QApplication before a QWidget`
When I open usdView the `Node…
-
I am using qt's createWindowContainer to put ultravnc's window in qwidget, but after that, the mouse click doesn't work, only after clicking on "switch monitor" or "full screen" in the toolbar. I do…
-
Hi,
I'm trying to re-implement the scikit-surgerytutorial01 so I exactly followed all steps indicated in the documentation "https://scikit-surgerytutorial01.readthedocs.io/en/latest/01_VTK_Overlay_Ap…
-
In the major refactoring that is expected to happen during the early stages of our https://github.com/NSLS2/pymca/milestone/1 work, some code examples might get lost from the active branch.
Here, I…
-
Discussion from https://news.ycombinator.com/item?id=41785568 :
> > > Is it possible to extend/subclass an existing QWidget and customise it?
> > >
> > For e.g. PaintEvent() from pure Go code? No…
mappu updated
17 hours ago
-
Clang-include-cleaner complains about types used in overridden methods. This is typical situation for Qt, for example:
```
#include
class Test_Widget : public QWidget
{
Q_OBJECT
publi…
-
It would be helpful to have an example how to use CXX-Qt in a QWidgets application.
-
I currently start the programm like so:
```
class MainWindow(QMainWindow, Ui_MainWindow):
def __init__(self):
super().__init__()
self.setupUi(self)
def initUI(se…
-
Hello,
found https://github.com/mveinot/QtCBM/issues/5 and successfully build qtsingleapplication and diskimage.
Hitting the following error on Debian 12.7 though:
# qmake -makefile QtCBM.pro…
-
## Problem Description
Starting spyder, the window showing spyder loading appears, the red one. Once it is gone, usually when spyder works it will boot up spyder but now nothing happens after it lo…