Source Code (Use browser search to find items of interest.)
Class Index
kppp'PDB_Intro (./kdenetwork/kppp/providerdb.h:44)
class PDB_Intro : public QWidget {
Q_OBJECT
public:
PDB_Intro(QWidget *parent);
};
kppp'PDB_Intro::PDB_Intro() (./kdenetwork/kppp/providerdb.cpp:174)
PDB_Intro::PDB_Intro(QWidget *parent) : QWidget(parent) {
QLabel *l = new QLabel(i18n("You will be asked a few questions on informations\n"
"which are needed to establish an Internet connection\n"
"with your Internet Service Provider (ISP).\n\n"
"Make sure you have the registration form from your\n"
"ISP handy. If you have any problems, try the online\n"
"help first. If any information is missing, contact\n"
"your ISP."),
this);
QVBoxLayout *tl = new QVBoxLayout(this, 10, 10);
tl->addWidget(l);
tl->activate();
}
/////////////////////////////////////////////////////////////////////////////
//
/////////////////////////////////////////////////////////////////////////////