Skip to content

Commit adf2657

Browse files
committed
Upgrading upstream to version 6.4.2.0
1 parent 42eb301 commit adf2657

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

PySide6-stubs/QtCore.pyi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4572,18 +4572,10 @@ class QLocale(Shiboken.Object):
45724572
@overload
45734573
def toCurrencyString(self, arg__1: int, symbol: str = ...) -> str: ...
45744574
@overload
4575-
def toCurrencyString(self, arg__1: int, symbol: str = ...) -> str: ...
4576-
@overload
45774575
def toCurrencyString(self, i: float, symbol: str = ..., precision: int = ...) -> str: ...
45784576
@overload
45794577
def toCurrencyString(self, i: int, symbol: str = ...) -> str: ...
45804578
@overload
4581-
def toCurrencyString(self, i: int, symbol: str = ...) -> str: ...
4582-
@overload
4583-
def toCurrencyString(self, i: int, symbol: str = ...) -> str: ...
4584-
@overload
4585-
def toCurrencyString(self, i: int, symbol: str = ...) -> str: ...
4586-
@overload
45874579
def toDate(self, string: str, format: PySide6.QtCore.QLocale.FormatType, cal: PySide6.QtCore.QCalendar) -> PySide6.QtCore.QDate: ...
45884580
@overload
45894581
def toDate(self, string: str, format: PySide6.QtCore.QLocale.FormatType = ...) -> PySide6.QtCore.QDate: ...

PySide6-stubs/QtGui.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ class QFont(Shiboken.Object):
15381538
Fantasy : QFont.StyleHint = ... # 0x8
15391539

15401540

1541-
class StyleStrategy(enum.Enum):
1541+
class StyleStrategy(enum.Flag):
15421542

15431543
PreferDefault : QFont.StyleStrategy = ... # 0x1
15441544
PreferBitmap : QFont.StyleStrategy = ... # 0x2

0 commit comments

Comments
 (0)