I wonder what is the bounds of Qt's perimeter. I know for exemple that it can specify types (such as qint
or QString
), and I know it cannot get system informations such as CPU Usage or Memory Usage.
My question is about the limits of Qt.
Is it correct that Qt can only interact with what is inside the project but not with what is outside (I mean system-related) ?