Internet game lobby dialog shows now overview of games and whether they are private. Now showing connection progress before the internet game lobby.
This commit is contained in:
@@ -28,6 +28,14 @@ connectToServerDialogImpl::connectToServerDialogImpl(QWidget *parent)
|
||||
setupUi(this);
|
||||
}
|
||||
|
||||
void connectToServerDialogImpl::exec()
|
||||
{
|
||||
label_actionMessage->setText("");
|
||||
progressBar->setValue(0);
|
||||
|
||||
QDialog::exec();
|
||||
}
|
||||
|
||||
void connectToServerDialogImpl::refresh(int actionID) {
|
||||
|
||||
switch (actionID) {
|
||||
|
||||
@@ -31,6 +31,7 @@ Q_OBJECT
|
||||
public:
|
||||
connectToServerDialogImpl(QWidget *parent = 0);
|
||||
|
||||
void exec();
|
||||
|
||||
public slots:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user