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
For Gerrit Dashboard: PYSIDE-331 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
179838,23 | WIP: instrumenting shiboken | dev | pyside/pyside-setup | Status: ABANDONED | -2 | 0 |
179840,25 | WIP: instrumenting pyside | dev | pyside/pyside-setup | Status: ABANDONED | -2 | 0 |
189004,3 | Fix qApp: less crashes when qApp is not initialised | dev | pyside/pyside-setup | Status: ABANDONED | -2 | 0 |
190887,10 | Fix Inheritance of PySide | 5.6 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
191228,1 | Fix Inheritance of PySide | dev | pyside/pyside-setup | Status: ABANDONED | 0 | 0 |
191233,10 | Fix Inheritance of PySide | 5.6 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
192386,3 | Fix Inheritance of PySide, Windows support | 5.6 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
207080,5 | Fix the signature of the Q*Application constructor | 5.6 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
242092,3 | Simplify and correct the new_inherited_functions test | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |