blob: d3808e50c0158f8865213befaf6d7f22b2d6490f (
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
48
49
50
51
52
53
54
55
|
/****************************************************************************
** Form interface generated from reading ui file 'newftpgui.ui'
**
** Created: Fri Oct 27 23:47:08 2000
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef NEWFTPGUI_H
#define NEWFTPGUI_H
#include <tqvariant.h>
#include <tqdialog.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQLabel;
class TQLineEdit;
class TQPushButton;
class TQSpinBox;
class KComboBox;
class KHistoryCombo;
class newFTPGUI : public TQDialog {
TQ_OBJECT
public:
newFTPGUI( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
~newFTPGUI();
TQLabel* TextLabel1;
KComboBox* prefix;
TQLabel* TextLabel1_2_2;
TQLabel* TextLabel1_22;
TQLabel* TextLabel1_2;
TQLabel* TextLabel1_3;
TQSpinBox* port;
TQLineEdit* password;
TQPushButton* connectBtn;
TQPushButton* saveBtn;
TQPushButton* cancelBtn;
TQLabel* PixmapLabel1;
TQLabel* TextLabel3;
TQLineEdit* username;
KHistoryCombo* url;
public slots:
void slotTextChanged(const TQString& string);
protected:
TQHBoxLayout* hbox;
bool event( TQEvent* );
};
#endif // NEWFTPGUI_H
|