4#include <qmainwindow.h>
7#include <qpushbutton.h>
12 BannerGUI(QWidget *parent, std::string imagefile,
int maxwait = 0,
bool center =
false, QString text =
"", QString url =
"");
18 QVBoxLayout *mainLayout;
21 QHBoxLayout *buttonLayout;
22 QPushButton *closeButton;
23 QPushButton *infoButton;
29 void infoButton_action();
30 void closeButton_action();
BannerGUI(QWidget *parent, std::string imagefile, int maxwait=0, bool center=false, QString text="", QString url="")