Changeset 10125 for fact/Evidence
- Timestamp:
- 02/02/11 08:03:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/Evidence/Edd/Edd.cc
r10118 r10125 1452 1452 Line->setMaximumWidth(100); 1453 1453 Layout->addWidget(Line, 0, 1, 1, 1); 1454 Line = new EddLineDisplay( "drsdaq/EventNumber");1454 Line = new EddLineDisplay(DRSBoard+"/EventNumber"); 1455 1455 Line->setMaximumWidth(100); 1456 1456 Layout->addWidget(Line, 0, 2, 1, 1); … … 1465 1465 Layout->addWidget(Line, 0, 5, 1, 1); 1466 1466 1467 // Message service 1468 Line = new EddLineDisplay(DRSBoard+"/Message"); 1469 Line->setMaximumWidth(200); 1470 Layout->addWidget(Line, 1, 1, 1, 2); 1471 1467 1472 // Event scope 1468 1473 Scope = new EventScope; … … 1480 1485 TabWidget->addTab(RunHeaderDisplay, "&Run Header"); 1481 1486 TabWidget->addTab(EventHeaderDisplay, "&Event Header"); 1482 Layout->addWidget(TabWidget, 1, 1, 5, 5);1487 Layout->addWidget(TabWidget, 2, 1, 6, 5); 1483 1488 1484 1489 // Channel number … … 1508 1513 QFormLayout *FormLayout = new QFormLayout(); 1509 1514 FormLayout->setRowWrapPolicy(QFormLayout::WrapAllRows); 1515 FormLayout->addRow("Board", Board); 1516 FormLayout->addRow("Chip", Chip); 1510 1517 FormLayout->addRow("Channel", Channel); 1511 FormLayout->addRow("Chip", Chip);1512 FormLayout->addRow("Board", Board);1513 1518 FormLayout->addRow("Pixel ID", PixelID); 1514 Layout->addLayout(FormLayout, 0, 0, 2, 1);1519 Layout->addLayout(FormLayout, 0, 0, 4, 1); 1515 1520 1516 1521 // Add trace permanently … … 1518 1523 Button->setToolTip("Keep trace in display"); 1519 1524 Button->setMaximumWidth(80); 1520 Layout->addWidget(Button, 2, 0);1525 Layout->addWidget(Button, 4, 0); 1521 1526 connect(Button, SIGNAL(clicked()), SLOT(KeepCurrent())); 1522 1527 … … 1531 1536 StartStopButton->setPalette(Palette); 1532 1537 StartStopButton->setFont(QFont("Times", 10, QFont::Bold)); 1533 Layout->addWidget(StartStopButton, 4, 0);1538 Layout->addWidget(StartStopButton, 6, 0); 1534 1539 connect(StartStopButton, SIGNAL(toggled(bool)), SLOT(StartStop(bool))); 1535 1540 … … 1539 1544 PixDisplay->setToolTip("Show event display window"); 1540 1545 PixDisplay->setMaximumWidth(80); 1541 Layout->addWidget(PixDisplay, 5, 0);1546 Layout->addWidget(PixDisplay, 7, 0); 1542 1547 connect(PixDisplay, SIGNAL(clicked()), SLOT(ShowPixelDisplay())); 1543 1548
Note:
See TracChangeset
for help on using the changeset viewer.