반응형
QCoreApplication Class
The QCoreApplication class provides an event loop for Qt applications without UI
void QCoreApplication::setAttribute(Qt::ApplicationAttribute attribute, bool on = true)
Sets the attribute attribute if on is true; otherwise clears the attribute.
Note: Some application attributes must be set before creating a QCoreApplication instance.
Refer to the Qt::ApplicationAttribute documentation for more information.
반응형
'QT' 카테고리의 다른 글
<QT> Serial Port 활성화 (0) | 2020.12.17 |
---|---|
<QT> WiringPi 라이브러리 추가하기 (라즈베리파이) (0) | 2020.12.10 |