GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4StartClient.h
Go to the documentation of this file.
1// $Id$
2//-----------------------------------------------------------------------
3// The GSI Online Offline Object Oriented (Go4) Project
4// Experiment Data Processing at EE department, GSI
5//-----------------------------------------------------------------------
6// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7// Planckstr. 1, 64291 Darmstadt, Germany
8// Contact: http://go4.gsi.de
9//-----------------------------------------------------------------------
10// This software can be used under the license agreements as stated
11// in Go4License.txt file which is part of the distribution.
12//-----------------------------------------------------------------------
13
14#ifndef TGO4STARTCLIENT_H
15#define TGO4STARTCLIENT_H
16
17#include <QDialog>
18#include "ui_TGo4StartClient.h"
19
20class QButtonGroup;
21
22class TGo4StartClient : public QDialog, public Ui::TGo4StartClient {
23 Q_OBJECT
24
25public:
26
27 TGo4StartClient(QWidget *parent = nullptr);
28 void getResults();
29
30public slots:
31
32 virtual void SelectDir();
33
34 virtual void SelectProg();
35
36 virtual void ServerModeCombo_activated(int);
37
38 virtual void ExeMode_changed(int);
39
40protected:
41 QButtonGroup* ClientShellGroup{nullptr};
42 QButtonGroup* ClientTermGroup{nullptr};
44};
45
46#endif
virtual void SelectProg()
TGo4StartClient(QWidget *parent=nullptr)
virtual void SelectDir()
QButtonGroup * ClientTermGroup
virtual void ServerModeCombo_activated(int)
QButtonGroup * ClientShellGroup
virtual void ExeMode_changed(int)