Description
With https://codereview.qt-project.org/#/c/164350/ applied:
- launch: python3/examples/itemviews/fetchmore.py
TypeError: palette() takes exactly one argument (0 given) Traceback (most recent call last): File "fetchmore.py", line 74, in data return QtWidgets.qApp.palette().base()
caused by
- QGuiApplication::palette() vs
- QApplication::palette(const char *)
- QApplication::palette(QWidget *)
Not sure what a good solution would be, introduce qGuiApp?
Attachments
Issue Links
- depends on
-
PYSIDE-500 Fix Inheritance of PySide (Windows build broken)
-
- Closed
-
- relates to
-
PYSIDE-1653 shiboken generates too many member functions
-
- Closed
-
- resulted in
-
PYSIDE-570 Base class overloads are not working properly
-
- Closed
-