File: kbsproxydialog.h

package info (click to toggle)
kboincspy 0.9.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 12,880 kB
  • ctags: 3,964
  • sloc: cpp: 29,018; sh: 9,736; perl: 2,793; makefile: 472; xml: 119
file content (91 lines) | stat: -rw-r--r-- 2,319 bytes parent folder | download | duplicates (2)
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
84
85
86
87
88
89
90
91
/****************************************************************************
** Form interface generated from reading ui file './kbsproxydialog.ui'
**
** Created: Mon Feb 6 18:28:47 2006
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef KBSPROXYDIALOG_H
#define KBSPROXYDIALOG_H

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

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QLabel;
class QTabWidget;
class QWidget;
class QCheckBox;
class QFrame;
class KLineEdit;
class QGroupBox;
class KPasswordEdit;
class QPushButton;

class KBSProxyDialog : public QDialog
{
    Q_OBJECT

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

    QLabel* help;
    QTabWidget* tab_proxy;
    QWidget* tab;
    QCheckBox* socks;
    QFrame* frame_socks_server;
    QLabel* label_socks_server;
    KLineEdit* socks_server;
    QLabel* label_socks_port;
    KLineEdit* socks_port;
    QGroupBox* socks_auth;
    QFrame* frame_socks_auth;
    QLabel* label_socks_user;
    KLineEdit* socks_user;
    QLabel* label_socks_password;
    KPasswordEdit* socks_password;
    QWidget* tab_2;
    QCheckBox* http;
    QFrame* frame_http_server;
    QLabel* label_http_server;
    KLineEdit* http_server;
    QLabel* label_http_port;
    KLineEdit* http_port;
    QGroupBox* http_auth;
    QFrame* frame_http_auth;
    QLabel* label_http_user;
    KLineEdit* http_user;
    QLabel* label_http_password;
    KPasswordEdit* http_password;
    QPushButton* button_ok;
    QPushButton* button_cancel;

protected:
    QVBoxLayout* KBSProxyDialogLayout;
    QSpacerItem* spacer_middle;
    QVBoxLayout* tabLayout;
    QHBoxLayout* frame_socks_serverLayout;
    QVBoxLayout* socks_authLayout;
    QHBoxLayout* frame_socks_authLayout;
    QVBoxLayout* tabLayout_2;
    QHBoxLayout* frame_http_serverLayout;
    QVBoxLayout* http_authLayout;
    QHBoxLayout* frame_http_authLayout;
    QHBoxLayout* button_layout;
    QSpacerItem* spacer_button;

protected slots:
    virtual void languageChange();

private:
    void init();

};

#endif // KBSPROXYDIALOG_H