Subversion Repositories svn1

Rev

Rev 292 | Rev 366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 292 Rev 318
Line 40... Line 40...
40
    QGroupBox *groupBox2 = new QGroupBox("Tests");
40
    QGroupBox *groupBox2 = new QGroupBox("Tests");
41
    verticalLayout2->addLayout(horizontalLayout);
41
    verticalLayout2->addLayout(horizontalLayout);
42
    horizontalLayout->addWidget(groupBox2);
42
    horizontalLayout->addWidget(groupBox2);
43
 
43
 
44
    QHBoxLayout *horizontalLayout1;
44
    QHBoxLayout *horizontalLayout1;
45
    QSpacerItem *horizontalSpacer1;
-
 
46
 
45
 
47
    horizontalLayout1 = new QHBoxLayout();
46
    horizontalLayout1 = new QHBoxLayout();
48
    horizontalLayout1->setContentsMargins(5, 5, 5, 5);
47
    horizontalLayout1->setContentsMargins(5, 5, 5, 5);
49
    groupBox2->setLayout(horizontalLayout1);
48
    groupBox2->setLayout(horizontalLayout1);
50
    groupBox2->setToolTip("Enable Tests to be performed");
49
    groupBox2->setToolTip("Enable Tests to be performed");
Line 89... Line 88...
89
 
88
 
90
    horizontalLayout1->addWidget(new QLabel("Leg"));
89
    horizontalLayout1->addWidget(new QLabel("Leg"));
91
    leg = new QmTeamSelector();
90
    leg = new QmTeamSelector();
92
    horizontalLayout1->addWidget(leg);
91
    horizontalLayout1->addWidget(leg);
93
 
92
 
-
 
93
    QSpacerItem *horizontalSpacer1;
94
    horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
94
    horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
95
    horizontalLayout->addItem(horizontalSpacer1);
95
    horizontalLayout->addItem(horizontalSpacer1);
96
 
96
 
97
    buttonBox = new QDialogButtonBox();
97
    buttonBox = new QDialogButtonBox();
98
    pb_check = buttonBox->addButton("Check",QDialogButtonBox::ActionRole );
98
    pb_check = buttonBox->addButton("Check",QDialogButtonBox::ActionRole );