blob: c4b6a4e6bd7999e49f80f9a0baf2b8401f49371b (
plain)
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
|
/**********************************************************************
--- Qt Architect generated file ---
File: ssfepromptdata.h
Last generated: Thu Jan 15 21:21:29 1998
DO NOT EDIT!!! This file will be automatically
regenerated by qtarch. All changes will be lost.
*********************************************************************/
#ifndef ssfepromptdata_included
#define ssfepromptdata_included
#include <qdialog.h>
#include <qlabel.h>
#include <qlineedit.h>
class ssfepromptdata : public QDialog
{
Q_OBJECT
public:
ssfepromptdata
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~ssfepromptdata();
public slots:
protected slots:
virtual void terminate();
protected:
QLabel* prompt;
QLineEdit* SLine;
};
#endif // ssfepromptdata_included
|