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:
lotodore
2007-09-04 12:44:11 +00:00
parent b0ef569da0
commit 9ed217609b
15 changed files with 105 additions and 40 deletions
@@ -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: