KPty
kptyprocess.h
KProcess(QObject *parent=nullptr)
Encapsulates KPty into a QIODevice, so it can be used with Q*Stream, etc.
Definition kptydevice.h:21
bool isUseUtmp() const
Get whether to register the process as a TTY login in utmp.
Definition kptyprocess.cpp:110
PtyChannels ptyChannels() const
Query to which channels the PTY is assigned.
Definition kptyprocess.cpp:96
void setUseUtmp(bool value)
Set whether to register the process as a TTY login in utmp.
Definition kptyprocess.cpp:103
void setPtyChannels(PtyChannels channels)
Set to which channels the PTY should be assigned.
Definition kptyprocess.cpp:89
QFlags< PtyChannelFlag > PtyChannels
Stores a combination of PtyChannelFlag values.
Definition kptyprocess.h:80
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.