]> git.sesse.net Git - ultimatescore/blobdiff - client/mainwindow.cpp
Update team lists.
[ultimatescore] / client / mainwindow.cpp
index b68c3041f1768a7f2af308c18fcf35aa444295c9..82a735792ce9534425960b3d57f0cf1026fddb1a 100644 (file)
@@ -91,19 +91,21 @@ MainWindow::MainWindow(QWidget *parent) :
 {
        ui->setupUi(this);
        for (QComboBox *team_combo : { ui->initials_1_edit, ui->initials_2_edit, ui->match_2_initials_1_edit, ui->match_2_initials_2_edit, ui->match_3_initials_1_edit, ui->match_3_initials_2_edit }) {
-               team_combo->addItem("BFK", "navy");
+       //      team_combo->addItem("BFK", "navy");
                team_combo->addItem("BRI", "navy");
-               team_combo->addItem("BSI", "white");
+               team_combo->addItem("BSI1", "white");
+               team_combo->addItem("BSI2", "yellow");
                team_combo->addItem("ESK", "white");
-               team_combo->addItem("GRI", "");
+               team_combo->addItem("FRA", "");
+               team_combo->addItem("NHHI", "navy");
                team_combo->addItem("NMBUI", "cyan");
-               team_combo->addItem("OBSI", "white");
                team_combo->addItem("OSI", "black");
-               team_combo->addItem("PCLH", "red");
-               team_combo->addItem("PCLA", "red");
-               team_combo->addItem("TFK", "yellow");
+               team_combo->addItem("PCL", "red");
+               team_combo->addItem("STO", "");
+               team_combo->addItem("TFK1", "yellow");
+               team_combo->addItem("TFK2", "yellow");
+               team_combo->addItem("TFK3", "green");
                team_combo->addItem("TSI", "orange");
-               team_combo->addItem("UUJJ", "");
        }
 
        ws = new WSServer("127.0.0.1", 5250);