$groupBox_4->setObjectName( "groupBox_4" );
#$groupBox_3->setCheckable(1);
#$groupBox_3->setChecked(0);
- $groupBox_4->hide();
+ #$groupBox_4->hide();
my $vl_gb4 = Qt::VBoxLayout( $groupBox_4 );
$self->{vl_gb4} = $vl_gb4;
$vl_gb4->setObjectName( "vl_gb4" );
# $vl_top->addWidget( $pushButton );
- my $checkBox = Qt::CheckBox( $centralwidget );
- $self->{checkBox} = $checkBox;
- $checkBox->setObjectName( "checkBox" );
+ # my $checkBox = Qt::CheckBox( $centralwidget );
+ # $self->{checkBox} = $checkBox;
+ # $checkBox->setObjectName( "checkBox" );
- $vl_top->addWidget( $checkBox );
+ # $vl_top->addWidget( $checkBox );
$mainWindow->setCentralWidget( $centralwidget );
my $menubar = Qt::MenuBar( $mainWindow );
# Qt::Object::connect($pushButton, SIGNAL 'clicked()' , $mainWindow, SLOT 'close()' );
- Qt::Object::connect($checkBox, SIGNAL 'stateChanged(int)' ,
- this, SLOT 'hide_expert_checked(int)' );
+# Qt::Object::connect($checkBox, SIGNAL 'stateChanged(int)' ,
+# this, SLOT 'hide_expert_checked(int)' );
Qt::MetaObject::connectSlotsByName( $mainWindow );
$self->{groupBox_6}->setTitle( Qt::Application::translate( 'MainWindow', "Settings", undef, Qt::Application::UnicodeUTF8() ) );
$self->{groupBox_7}->setTitle( Qt::Application::translate( 'MainWindow', "Reboot", undef, Qt::Application::UnicodeUTF8() ) );
# $self->{pushButton}->setText( Qt::Application::translate( 'MainWindow', "Quit DAQ-Control", undef, Qt::Application::UnicodeUTF8() ) );
- $self->{checkBox}->setText( Qt::Application::translate( 'MainWindow', "Show Expert Tools", undef, Qt::Application::UnicodeUTF8() ) );
+# $self->{checkBox}->setText( Qt::Application::translate( 'MainWindow', "Show Expert Tools", undef, Qt::Application::UnicodeUTF8() ) );
} # retranslateUi
\$icon$i->addPixmap(Qt::Pixmap(\"$icon_path\"), Qt::Icon::Normal(), Qt::Icon::Off() );
\$pb$i->setIcon( \$icon$i );
-\$pb$i->setIconSize( Qt::Size(40, 40) );
+\$pb$i->setIconSize( Qt::Size(32, 32) );
|;
#if [ $myvar == "256" ]; then exit; fi
#notifyall.sh "DAQ" "<I> DAQ is going to be restarted." "STARTUP" &
-export DAQOPSERVER=hadesp31
-cd /home/hadaq/trbsoft/hadesdaq/control/ctsmon
-perl ./mon_cts.pl
-sleep 1
+#export DAQOPSERVER=hadesp31
+#cd /home/hadaq/trbsoft/hadesdaq/control/ctsmon
+#perl ./mon_cts.pl
+#sleep 1
-exit
+#exit
#xterm -geometry 80x24 -bg orange -fg black -e bash --login -c '
- ssh -X hadaq@lxhadeb06 "
+ ssh -X hadaq@lxhadesdaqp "
source /home/hadaq/.bashrc
export DAQOPSERVER=hadesp31
cd /home/hadaq/trbsoft/hadesdaq/control/ctsmon