Skip to content

Commit b83113a

Browse files
committed
Merge branch 'upstream-pyside6-linux' into upstream-pyside6
2 parents 92c2e7e + 3705eb6 commit b83113a

File tree

3 files changed

+13
-1275
lines changed

3 files changed

+13
-1275
lines changed

PySide6-stubs/QtCore.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6243,6 +6243,9 @@ class QProcess(PySide6.QtCore.QIODevice):
62436243
IgnoreSigPipe : QProcess.UnixProcessFlag = ... # 0x2
62446244
CloseFileDescriptors : QProcess.UnixProcessFlag = ... # 0x10
62456245
UseVFork : QProcess.UnixProcessFlag = ... # 0x20
6246+
CreateNewSession : QProcess.UnixProcessFlag = ... # 0x40
6247+
DisconnectControllingTerminal: QProcess.UnixProcessFlag = ... # 0x80
6248+
ResetIds : QProcess.UnixProcessFlag = ... # 0x100
62466249

62476250
class UnixProcessParameters(Shiboken.Object):
62486251

@@ -6268,6 +6271,7 @@ class QProcess(PySide6.QtCore.QIODevice):
62686271
def execute(program: str, arguments: Sequence[str] = ...) -> int: ...
62696272
def exitCode(self) -> int: ...
62706273
def exitStatus(self) -> PySide6.QtCore.QProcess.ExitStatus: ...
6274+
def failChildProcessModifier(self, description: Union[bytes, bytearray, memoryview], error: int = ...) -> None: ...
62716275
def inputChannelMode(self) -> PySide6.QtCore.QProcess.InputChannelMode: ...
62726276
def isSequential(self) -> bool: ...
62736277
def kill(self) -> None: ...

0 commit comments

Comments
 (0)