Public Member Functions

SensorChannelEditDialog Class Reference

Dialog for SensorChannelEditor. More...

#include <projecteditor.h>

Inheritance diagram for SensorChannelEditDialog:
Inheritance graph
[legend]
Collaboration diagram for SensorChannelEditDialog:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SensorChannelEditDialog (int sens_id, int sens_chan_nr, QWidget *parent=0)

Detailed Description

Dialog for SensorChannelEditor.


Constructor & Destructor Documentation

SensorChannelEditDialog::SensorChannelEditDialog ( int  sens_id,
int  sens_chan_nr,
QWidget parent = 0 
) [inline]

                                                                                               : QDialog(parent) {
        SensorChannelEditor *editor = new SensorChannelEditor(this, sens_id, sens_chan_nr);
        setWindowTitle(editor->windowTitle());

        setLayout(new QVBoxLayout);
        layout()->addWidget(editor);

        connect(editor, SIGNAL(closeRequested()),
                this, SLOT(close()));
    }


The documentation for this class was generated from the following file: