Go to the source code of this file.
Classes | |
class | US_License |
Manage a user's UltraScan license. More... | |
Macros | |
#define | spacing 5 |
Spacing between widgets. More... | |
#define | commaWidth 10 |
Spacing for a simple comma. More... | |
#define | buttonw 180 |
Width of each pushbutton. More... | |
#define | full_buttonw 610 |
Width of large line edit widgets. More... | |
#define | half_buttonw 295 |
Width of small line edit widgets. More... | |
#define | pushbutton 156 |
Width of pushbuttons on bottom row. More... | |
#define | rowHeight 26 |
Height of each row of widgets. More... | |
#define | smallColumn 90 |
Width of a small column. More... | |
#define | mediumColumn 110 |
Width of a medium column. More... | |
#define | codeWidth 60 |
Width of license code line edit widgets. More... | |
#define buttonw 180 |
Width of each pushbutton.
Definition at line 22 of file us_license.h.
#define codeWidth 60 |
Width of license code line edit widgets.
Definition at line 29 of file us_license.h.
#define commaWidth 10 |
Spacing for a simple comma.
Definition at line 21 of file us_license.h.
#define full_buttonw 610 |
Width of large line edit widgets.
Definition at line 23 of file us_license.h.
#define half_buttonw 295 |
Width of small line edit widgets.
Definition at line 24 of file us_license.h.
#define mediumColumn 110 |
Width of a medium column.
Definition at line 28 of file us_license.h.
#define pushbutton 156 |
Width of pushbuttons on bottom row.
Definition at line 25 of file us_license.h.
#define rowHeight 26 |
Height of each row of widgets.
Definition at line 26 of file us_license.h.
#define smallColumn 90 |
Width of a small column.
Definition at line 27 of file us_license.h.
#define spacing 5 |
Spacing between widgets.
Definition at line 20 of file us_license.h.