QTfrontend/ui/page/pagecampaign.cpp
changeset 11979 188dc80fafa5
parent 11953 c8457c7f10f4
child 12236 a0ed4caa6d35
equal deleted inserted replaced
11978:4a2da00bbedc 11979:188dc80fafa5
    51     lbldescription->setWordWrap(true);
    51     lbldescription->setWordWrap(true);
    52 
    52 
    53     lbltitle = new QLabel();
    53     lbltitle = new QLabel();
    54     lbltitle->setAlignment(Qt::AlignHCenter | Qt::AlignBottom);
    54     lbltitle->setAlignment(Qt::AlignHCenter | Qt::AlignBottom);
    55 
    55 
    56     QLabel* lblteam = new QLabel(tr("Team:"));
    56     QLabel* lblteam = new QLabel(tr("Team"));
    57     QLabel* lblcampaign = new QLabel(tr("Campaign:"));
    57     QLabel* lblcampaign = new QLabel(tr("Campaign"));
    58     QLabel* lblmission = new QLabel(tr("Mission:"));
    58     QLabel* lblmission = new QLabel(tr("Mission"));
    59 
    59 
    60     CBTeam = new QComboBox(this);
    60     CBTeam = new QComboBox(this);
    61     CBMission = new QComboBox(this);
    61     CBMission = new QComboBox(this);
    62     CBCampaign = new QComboBox(this);
    62     CBCampaign = new QComboBox(this);
    63     CBTeam->setMaxVisibleItems(30);
    63     CBTeam->setMaxVisibleItems(30);