~ubuntu-branches/debian/jessie/linpsk/jessie

« back to all changes in this revision

Viewing changes to src/interfaces/qsodata.h

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-04-10 18:17:27 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050410181727-3l9dnfg0sp7bhk13
Tags: 0.8.1-1
* New upstream release 0.8.1
  * Modified upstream configure.in to support FHS-compliant Qt
    installation! (ie /usr/include/qt3, not /usr/lib/qt3/include) :-(
  * Re-autotools with autoconf2.59 and automake-1.9
* linpsk is no longer a Debian-native package (dsc/tar.gz)
* Now maintained by the debian-hams group
* Switch to debhelper 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Form interface generated from reading ui file 'qsodata.ui'
 
3
**
 
4
** Created: Sun Apr 10 18:12:12 2005
 
5
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
****************************************************************************/
 
9
 
 
10
#ifndef QSODATA_H
 
11
#define QSODATA_H
 
12
 
 
13
#include <qvariant.h>
 
14
#include <qgroupbox.h>
 
15
#include "constants.h"
 
16
 
 
17
class QVBoxLayout;
 
18
class QHBoxLayout;
 
19
class QGridLayout;
 
20
class QSpacerItem;
 
21
class QLabel;
 
22
class QFrame;
 
23
class QLineEdit;
 
24
class QPushButton;
 
25
 
 
26
class QSOData : public QGroupBox
 
27
{
 
28
    Q_OBJECT
 
29
 
 
30
public:
 
31
    QSOData( QWidget* parent = 0, const char* name = 0 );
 
32
    ~QSOData();
 
33
 
 
34
    QLabel* Date;
 
35
    QLabel* Time;
 
36
    QLabel* His;
 
37
    QLabel* Frequency;
 
38
    QLabel* QTH;
 
39
    QFrame* line3;
 
40
    QFrame* line5;
 
41
    QFrame* line4;
 
42
    QLabel* Locator;
 
43
    QLineEdit* QsoDate;
 
44
    QLineEdit* HisRST;
 
45
    QLabel* Mine;
 
46
    QLabel* Name;
 
47
    QLabel* RemoteCall;
 
48
    QPushButton* Refresh;
 
49
    QPushButton* Clear;
 
50
    QLineEdit* MyRST;
 
51
    QLineEdit* Loc;
 
52
    QLineEdit* QsoFrequency;
 
53
    QLineEdit* QsoTime;
 
54
    QLineEdit* RemoteCallsign;
 
55
    QLineEdit* OpName;
 
56
    QLineEdit* Qth;
 
57
    QPushButton* Save;
 
58
 
 
59
public slots:
 
60
    void init();
 
61
    void destroy();
 
62
 
 
63
signals:
 
64
    void newQsoData(QsoInfo);
 
65
 
 
66
protected:
 
67
 
 
68
protected slots:
 
69
    virtual void languageChange();
 
70
 
 
71
private:
 
72
    QsoInfo *QsoData;
 
73
 
 
74
private slots:
 
75
    void clear();
 
76
    void Callsignchanged();
 
77
    void Namechanged();
 
78
    void QTHchanged();
 
79
    void Locatorchanged();
 
80
    void Frequencychanged();
 
81
    void HisRSTchanged();
 
82
    void MyRSTchanged();
 
83
    void Datechanged();
 
84
    void Timechanged();
 
85
    void refreshDateTime();
 
86
    void save();
 
87
 
 
88
};
 
89
 
 
90
#endif // QSODATA_H