Dunno for the flags but the pointer you can check very easy
Qt Code:
if (horizontalScrollBar()) // The ponter is valid // some code... else // The pointer is not valid // some other code...To copy to clipboard, switch view to plain text mode
Dunno for the flags but the pointer you can check very easy
Qt Code:
if (horizontalScrollBar()) // The ponter is valid // some code... else // The pointer is not valid // some other code...To copy to clipboard, switch view to plain text mode
Bookmarks