summaryrefslogtreecommitdiffstats
path: root/src/gui/processesStartDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/processesStartDialog.cpp')
-rw-r--r--src/gui/processesStartDialog.cpp24
1 files changed, 1 insertions, 23 deletions
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()