# Defualt (Off)Qt::DebugLevel::High is enough to know internal behavior.
Qt.debug_level = Qt::DebugLevel::Off
# Minimal
Qt.debug_level = Qt::DebugLevel::Minimal
# High
Qt.debug_level = Qt::DebugLevel::High
# Extensive
Qt.debug_level = Qt::DebugLevel::Extensive
But I could not find the way to be on the debug level from ruby interpreter (e.g. command line options).
No comments:
Post a Comment