Source: STPortDialogGUI.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file 'STPortDialogGUI.ui'
**
** Created: Mon Aug 20 14:33:32 2001
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef STPORTDIALOGGUI_H
#define STPORTDIALOGGUI_H
#include
#include
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QComboBox;
class QGroupBox;
class QLabel;
class QPushButton;
class STPortDialogGUI : public QWidget
{
Q_OBJECT
public:
STPortDialogGUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~STPortDialogGUI();
QGroupBox* GroupBox1;
QLabel* TextLabel1;
QLabel* TextLabel2;
QLabel* TextLabel3;
QLabel* TextLabel4;
QLabel* TextLabel5;
QComboBox* PortSelect;
QComboBox* PortSpeed;
QComboBox* DataBits;
QComboBox* ParitySelect;
QComboBox* StopBits;
QPushButton* PortOnOff;
QLabel* PortOnOffLabel;
};
#endif // STPORTDIALOGGUI_H
Generated by: root on UtopiaPlanitia.Ept on Mon Dec 10 22:55:12 2001, using kdoc 2.0a53. |