UltraScan initial screen. More...
#include "us.h"
Classes | |
struct | procData |
Public Member Functions | |
US_Win (QWidget *=0, Qt::WindowFlags=0) | |
Launch Qt Assistant and set the page to show. More... | |
~US_Win () | |
Destructor for US_Win. Resets position in global memory. More... | |
Private Slots | |
void | onIndexTriggered (int index) |
void | closeSplash (void) |
void | terminated (int, QProcess::ExitStatus) |
void | closeEvent (QCloseEvent *) |
void | closeProcs (void) |
Private Member Functions | |
void | addMenu (int, const QString &, QMenu *) |
void | splash (void) |
void | logo (int) |
void | help (int) |
void | launch (int) |
void | apply_prefs (void) |
bool | notice_check (void) |
Private Attributes | |
US_Global | g |
QLabel * | bigframe |
QLabel * | smallframe |
QLabel * | splash_shadow |
US_Help | showhelp |
QDateTime | ln_time |
QList< procData * > | procs |
US_Win::US_Win | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | flags = 0 |
||
) |
US_Win::~US_Win | ( | ) |
|
private |
|
privateslot |