aboutsummaryrefslogtreecommitdiffstats
path: root/doc/issuesdiff.rst
blob: 4c472aea11a9588b930a1f00d7b35034c2e7b32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PySide issues and specificities
*******************************

This document shows some points not supported by PySide.

Deprecated Methods
------------------

The deprecated methods before Qt 4.4 is not supported by PySide,
e.g.: `QColor.dark()` and `QColor.light()`.

**How to solve:** update the methods with new ones like `QColor.darker()`
and `QColor.lighter()`.