File: logform.h

package info (click to toggle)
marote 3.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 596 kB
  • ctags: 246
  • sloc: cpp: 2,168; makefile: 51
file content (64 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/****************************************************************************
** Form interface generated from reading ui file 'logform.ui'
**
** Created: Fri Dec 24 13:15:01 2004
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef LOGFORM_H
#define LOGFORM_H

#include <qvariant.h>
#include <qdialog.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QFrame;
class QPushButton;
class QLabel;
class QLineEdit;

class LogForm : public QDialog
{
    Q_OBJECT

public:
    LogForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~LogForm();

    QFrame* frame18;
    QFrame* line1;
    QPushButton* pushButton44;
    QLabel* textLabel1_6;
    QLabel* textLabel2;
    QLabel* textLabel2_2;
    QLabel* textLabel1;
    QLineEdit* RS_LE;
    QLineEdit* RR_LE;
    QLineEdit* notes_LE;
    QLineEdit* call_LE;
    QPushButton* pushButton43;

    virtual void init();

signals:
    void logsig();

protected:

protected slots:
    virtual void languageChange();

private:
    QString callsign;

private slots:
    virtual void dolog();

};

#endif // LOGFORM_H