Changeset 10125 for fact/Evidence


Ignore:
Timestamp:
02/02/11 08:03:34 (14 years ago)
Author:
ogrimm
Message:
DAQ page shows message service of drsdaq or FADctrl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/Evidence/Edd/Edd.cc

    r10118 r10125  
    14521452  Line->setMaximumWidth(100);
    14531453  Layout->addWidget(Line, 0, 1, 1, 1);     
    1454   Line = new EddLineDisplay("drsdaq/EventNumber");
     1454  Line = new EddLineDisplay(DRSBoard+"/EventNumber");
    14551455  Line->setMaximumWidth(100);
    14561456  Layout->addWidget(Line, 0, 2, 1, 1);     
     
    14651465  Layout->addWidget(Line, 0, 5, 1, 1);     
    14661466
     1467  // Message service
     1468  Line = new EddLineDisplay(DRSBoard+"/Message");
     1469  Line->setMaximumWidth(200);
     1470  Layout->addWidget(Line, 1, 1, 1, 2);     
     1471
    14671472  // Event scope
    14681473  Scope = new EventScope;
     
    14801485  TabWidget->addTab(RunHeaderDisplay, "&Run Header");
    14811486  TabWidget->addTab(EventHeaderDisplay, "&Event Header");
    1482   Layout->addWidget(TabWidget, 1, 1, 5, 5);
     1487  Layout->addWidget(TabWidget, 2, 1, 6, 5);
    14831488
    14841489  // Channel number
     
    15081513  QFormLayout *FormLayout = new QFormLayout();
    15091514  FormLayout->setRowWrapPolicy(QFormLayout::WrapAllRows);
     1515  FormLayout->addRow("Board", Board);
     1516  FormLayout->addRow("Chip", Chip);
    15101517  FormLayout->addRow("Channel", Channel);
    1511   FormLayout->addRow("Chip", Chip);
    1512   FormLayout->addRow("Board", Board);
    15131518  FormLayout->addRow("Pixel ID", PixelID);
    1514   Layout->addLayout(FormLayout, 0, 0, 2, 1);
     1519  Layout->addLayout(FormLayout, 0, 0, 4, 1);
    15151520 
    15161521  // Add trace permanently
     
    15181523  Button->setToolTip("Keep trace in display");
    15191524  Button->setMaximumWidth(80);
    1520   Layout->addWidget(Button, 2, 0);
     1525  Layout->addWidget(Button, 4, 0);
    15211526  connect(Button, SIGNAL(clicked()), SLOT(KeepCurrent()));
    15221527
     
    15311536  StartStopButton->setPalette(Palette);
    15321537  StartStopButton->setFont(QFont("Times", 10, QFont::Bold));
    1533   Layout->addWidget(StartStopButton, 4, 0);
     1538  Layout->addWidget(StartStopButton, 6, 0);
    15341539  connect(StartStopButton, SIGNAL(toggled(bool)), SLOT(StartStop(bool)));
    15351540
     
    15391544  PixDisplay->setToolTip("Show event display window");
    15401545  PixDisplay->setMaximumWidth(80);
    1541   Layout->addWidget(PixDisplay, 5, 0);
     1546  Layout->addWidget(PixDisplay, 7, 0);
    15421547  connect(PixDisplay, SIGNAL(clicked()), SLOT(ShowPixelDisplay()));
    15431548
Note: See TracChangeset for help on using the changeset viewer.