From 472fe3ded907ab6de33a63dce7fe1d8b09e28c37 Mon Sep 17 00:00:00 2001 From: Fabian Schillinger Date: Mon, 8 Nov 2010 13:38:45 +0100 Subject: modified showprocesses --- src/gui/processesStartDialog.cpp | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'src/gui/processesStartDialog.cpp') diff --git a/src/gui/processesStartDialog.cpp b/src/gui/processesStartDialog.cpp index f176f7e..d1a7017 100644 --- a/src/gui/processesStartDialog.cpp +++ b/src/gui/processesStartDialog.cpp @@ -23,36 +23,14 @@ ProcessesStartDialog::ProcessesStartDialog(QWidget *parent) : procStartUi(new Ui::ProcessesStartDialog) { procStartUi->setupUi(this); - /*textLabel = new QLabel; - textLabel->setText("Process to start:"); - - messageEdit = new QLineEdit; - - layout = new QGridLayout; - - sendButton = new QPushButton(tr("Start")); - cancelButton = new QPushButton(tr("Cancel")); - - connect( sendButton, SIGNAL( clicked()), this, SLOT( send())); - connect( cancelButton, SIGNAL( clicked()), this, SLOT( NotSend())); - - layout->addWidget(textLabel,0,0); - layout->addWidget(messageEdit,1,0); - layout->addWidget(cancelButton,2,1); - layout->addWidget(sendButton,2,0); - - setLayout(layout); - setWindowTitle(tr("PVS start Process"));*/ - connect( procStartUi->sendButton, SIGNAL( clicked()), this, SLOT( send())); connect( procStartUi->cancelButton, SIGNAL( clicked()), this, SLOT( notSend())); procStartUi->listOfProcessesButton->hide(); - //connect( procStartUi->listOfProcessesButton, SIGNAL( clicked()), this, SLOT( listProcesses())); } ProcessesStartDialog::~ProcessesStartDialog() { - //delete procstartui; + // } void ProcessesStartDialog::send() -- cgit v1.2.3-55-g7522