equal
deleted
inserted
replaced
395 |
395 |
396 tagsLayout->addWidget(CBTeamTag, 0); |
396 tagsLayout->addWidget(CBTeamTag, 0); |
397 tagsLayout->addWidget(CBHogTag, 0); |
397 tagsLayout->addWidget(CBHogTag, 0); |
398 tagsLayout->addWidget(CBHealthTag, 0); |
398 tagsLayout->addWidget(CBHealthTag, 0); |
399 tagsLayout->addWidget(CBTagOpacity, 0); |
399 tagsLayout->addWidget(CBTagOpacity, 0); |
400 tagsLayout->addStretch(1); |
400 tagsLayout->addStretch(1); |
401 } |
401 } |
402 |
402 |
403 { // group: frontend |
403 { // group: frontend |
404 OptionGroupBox * groupFrontend = new OptionGroupBox(":/res/graphicsicon.png", tr("Frontend"), this); |
404 OptionGroupBox * groupFrontend = new OptionGroupBox(":/res/graphicsicon.png", tr("Frontend"), this); |
405 rightColumn->addWidget(groupFrontend); |
405 rightColumn->addWidget(groupFrontend); |