Engauge Digitizer 2
|
Unobtrusive button to trigger QWhatsThis since some operating systems (Linux Mint) do not show WhatsThis button in title bar. More...
#include <ButtonWhatsThis.h>
Public Member Functions | |
ButtonWhatsThis (QWidget *parent=0) | |
Single constructor. |
Unobtrusive button to trigger QWhatsThis since some operating systems (Linux Mint) do not show WhatsThis button in title bar.
A complication is that the size must be minimized explicitly to remove a large amount of padding, but in a manner that reliably works with various system font sizes
Definition at line 15 of file ButtonWhatsThis.h.
ButtonWhatsThis::ButtonWhatsThis | ( | QWidget * | parent = 0 | ) |
Single constructor.
Definition at line 10 of file ButtonWhatsThis.cpp.