Version 2.8.0.5

Add Killing Fever Online icon (mac icon not updated yet)
This commit is contained in:
Crystalwarrior 2019-10-20 17:59:38 +03:00
parent 3605f223d2
commit 7d73347618
7 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ QT += core gui widgets network
TARGET = Attorney_Online TARGET = Attorney_Online
TEMPLATE = app TEMPLATE = app
VERSION = 2.8.0.4 VERSION = 2.8.0.5
INCLUDEPATH += $$PWD/include INCLUDEPATH += $$PWD/include
DESTDIR = $$PWD/bin DESTDIR = $$PWD/bin

View File

@ -32,7 +32,7 @@ public:
void append_chatmessage(QString f_name, QString f_message); void append_chatmessage(QString f_name, QString f_message);
void append_error(QString f_message); void append_error(QString f_message);
void set_player_count(int players_online, int max_players); void set_player_count(int players_online, int max_players);
void set_stylesheet(QWidget *widget, QString target_tag); void set_stylesheet(QWidget *widget);
void set_stylesheets(); void set_stylesheets();
void set_fonts(); void set_fonts();
void set_font(QWidget *widget, QString p_identifier); void set_font(QWidget *widget, QString p_identifier);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
resource/logo_ao2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
resource/logo_ao2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -140,7 +140,6 @@ void Lobby::set_widgets()
set_size_and_pos(ui_loading_text, "loading_label"); set_size_and_pos(ui_loading_text, "loading_label");
//WHY IS THIS FONT HARDCODED, WHAT IS WRONG WITH YOU
ui_loading_text->setFont(QFont("Arial", 20, QFont::Bold)); ui_loading_text->setFont(QFont("Arial", 20, QFont::Bold));
ui_loading_text->setReadOnly(true); ui_loading_text->setReadOnly(true);
ui_loading_text->setAlignment(Qt::AlignCenter); ui_loading_text->setAlignment(Qt::AlignCenter);