Is there an event for a titlelbar being clicked on/interacted with?
-
A followup to this question from 2011.
According to that post,
Because the titlebar belongs to the OS,so I cant catch mouse click event on titlebar area of QMainWindow.
Is this still true in Qt 5.15?
The reason I ask this is because I have recently encountered an issue with a QSerialPort stopping sending when I interact (move, or hold) with the title bar, and as part of my investigation efforts I want to see whether Qt in the code itself notices at what point in clicking on the title bar does it stop transmitting through QSerialPort.
Please let me know if more info is required.
-
A followup to this question from 2011.
According to that post,
Because the titlebar belongs to the OS,so I cant catch mouse click event on titlebar area of QMainWindow.
Is this still true in Qt 5.15?
The reason I ask this is because I have recently encountered an issue with a QSerialPort stopping sending when I interact (move, or hold) with the title bar, and as part of my investigation efforts I want to see whether Qt in the code itself notices at what point in clicking on the title bar does it stop transmitting through QSerialPort.
Please let me know if more info is required.
-
D Dummie1138 has marked this topic as solved on