6int main(
int argc,
char *argv[])
The QApplication class manages the GUI application's control flow and main settings.
static int exec()
Enters the main event loop and waits until exit() is called, then returns the value that was set to e...
The QLabel widget provides a text or image display.
void setPixmap(const QPixmap &)
Returns a copy of the pixmap that is transformed using the given transformation transform and transfo...
QBitmap mask() const
Returns true if this pixmap has an alpha channel, or has a mask, otherwise returns false.
QPixmap pixmap(":/splash.png")
QApplication app(argc, argv)
[0]