summaryrefslogtreecommitdiffstats
path: root/krusader/RemoteMan/remotemanbase.h
blob: db35324270e04de6bc5c955b95944e74caaf936b (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/****************************************************************************
** Form interface generated from reading ui file 'remotemanbase.ui'
**
** Created: Thu Jun 7 16:23:59 2001
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef REMOTEMANBASE_H
#define REMOTEMANBASE_H

#include <tqvariant.h>
#include <tqdialog.h>
class TQVBoxLayout; 
class TQHBoxLayout; 
class TQGridLayout; 
class TQCheckBox;
class TQComboBox;
class TQLabel;
class TQLineEdit;
class TQListView;
class TQListViewItem;
class TQMultiLineEdit;
class TQPushButton;
class TQSpinBox;

class remoteManBase : public TQDialog
{ 
    Q_OBJECT
  TQ_OBJECT

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

    TQLabel* TextLabel1;
    TQLineEdit* sessionName;
    TQPushButton* moreBtn;
    TQPushButton* closeBtn;
    TQListView* sessions;
    TQLabel* TextLabel1_3_3;
    TQLineEdit* password;
    TQLabel* TextLabel1_3;
    TQLineEdit* userName;
    TQCheckBox* anonymous;
    TQLabel* TextLabel1_3_2;
    TQLineEdit* remoteDir;
    TQLabel* TextLabel1_3_2_2;
    TQMultiLineEdit* description;
    TQPushButton* removeBtn;
    TQPushButton* connectBtn;
    TQPushButton* newGroupBtn;
    TQPushButton* addBtn;
    TQLabel* TextLabel1_2;
    TQComboBox* protocol;
    TQLineEdit* hostName;
    TQSpinBox* portNum;
    TQLabel* TextLabel1_2_2;
    TQLabel* TextLabel1_4;

public slots:
    virtual void addSession();
    virtual void connection();
    virtual void moreInfo();
    virtual void addGroup();
    virtual void refreshData();
    virtual void removeSession();
    virtual void updateName(const TQString&);

protected:
    TQGridLayout* remoteManBaseLayout;
    TQVBoxLayout* Layout23;
    TQHBoxLayout* Layout12;
    TQVBoxLayout* Layout9;
    TQGridLayout* Layout10;
    TQVBoxLayout* Layout26;
    TQVBoxLayout* Layout27;
    TQGridLayout* tqlayout;
    TQGridLayout* Layout11;
    bool event( TQEvent* );
};

#endif // REMOTEMANBASE_H