~ubuntu-branches/ubuntu/quantal/linpsk/quantal

« back to all changes in this revision

Viewing changes to linpsk/fsetup.h

  • Committer: Bazaar Package Importer
  • Author(s): Bruce Walker
  • Date: 2002-02-06 11:43:38 UTC
  • Revision ID: james.westby@ubuntu.com-20020206114338-xqmjmhh01lpjm0g4
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Form interface generated from reading ui file './fsetup.ui'
 
3
**
 
4
** Created: Mon Jan 28 21:38:29 2002
 
5
**      by:  The User Interface Compiler (uic)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
****************************************************************************/
 
9
#ifndef FSETUP_H
 
10
#define FSETUP_H
 
11
 
 
12
#include <qvariant.h>
 
13
#include <qdialog.h>
 
14
class QVBoxLayout; 
 
15
class QHBoxLayout; 
 
16
class QGridLayout; 
 
17
class QButtonGroup;
 
18
class QFrame;
 
19
class QLabel;
 
20
class QLineEdit;
 
21
class QPushButton;
 
22
class QRadioButton;
 
23
class QSpinBox;
 
24
 
 
25
class FSetup : public QDialog
 
26
 
27
    Q_OBJECT
 
28
 
 
29
public:
 
30
    FSetup( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
31
    ~FSetup();
 
32
 
 
33
    QPushButton* OK;
 
34
    QPushButton* Cancel;
 
35
    QFrame* Frame3;
 
36
    QLabel* InputL;
 
37
    QSpinBox* InputLevel;
 
38
    QButtonGroup* InputSelect;
 
39
    QRadioButton* Mic;
 
40
    QRadioButton* Line;
 
41
    QFrame* Frame5;
 
42
    QRadioButton* DemoMode;
 
43
    QButtonGroup* DemoInputMode;
 
44
    QRadioButton* WaveInput;
 
45
    QRadioButton* TextInput;
 
46
    QFrame* Frame4;
 
47
    QLabel* OutputLevell;
 
48
    QSpinBox* OutputLevel;
 
49
    QLabel* RxL;
 
50
    QLabel* TimeOffsetL;
 
51
    QLineEdit* TimeOffset;
 
52
    QLabel* CallSignL;
 
53
    QLineEdit* UserCallSign;
 
54
    QLabel* ButtonFileL;
 
55
    QLineEdit* ButtonFile;
 
56
    QLabel* SendFileL;
 
57
    QLineEdit* SendFile;
 
58
    QLabel* ButtonNameL;
 
59
    QLineEdit* ButtonName;
 
60
    QSpinBox* RxChannels;
 
61
    QButtonGroup* PTTControl;
 
62
    QRadioButton* NONE;
 
63
    QRadioButton* Com1;
 
64
    QRadioButton* Com2;
 
65
    QRadioButton* Com3;
 
66
    QRadioButton* Com4;
 
67
    QRadioButton* slashedZero;
 
68
 
 
69
public slots:
 
70
    virtual void activateTypeWindow(bool);
 
71
    virtual void selectDemoType(int);
 
72
    virtual void selectInput(int);
 
73
    virtual void setComPort(int);
 
74
    virtual void setDemoMode(bool mode);
 
75
    virtual void setInputLevel(int);
 
76
    virtual void setOutputLevel(int);
 
77
    virtual void setSlashed0(bool);
 
78
 
 
79
protected:
 
80
    QHBoxLayout* Layout4;
 
81
    QVBoxLayout* DemoInputModeLayout;
 
82
    QVBoxLayout* Layout17;
 
83
    QVBoxLayout* Layout16;
 
84
    QVBoxLayout* Layout11;
 
85
    QVBoxLayout* Layout8;
 
86
    QVBoxLayout* Layout13;
 
87
};
 
88
 
 
89
#endif // FSETUP_H