APVQuiz
1
A multiplayer multithreaded quizzing application
|
Mainwindow class. More...
#include <mainwindow.h>
Signals | |
void | window_loaded () |
Public Member Functions | |
Mainwindow (Player usr, QString ip, QWidget *parent=0) | |
Constructor for mainwindow. More... | |
Protected Member Functions | |
void | showEvent (QShowEvent *ev) |
Overridden showEvent function. More... | |
Mainwindow class.
Manages all activities of main window. Is live whenever main window is open.
|
explicit |
Constructor for mainwindow.
Sets up the UI, converts to window from dialog and initializes member varibles formm the passed arguments
|
protected |
Overridden showEvent function.
Overridden showEvent function first calls its parent's showEvent function and then emitss SIGNAL window_loaded()