kmwpassword.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef KMWPASSWORD_H
00021
#define KMWPASSWORD_H
00022
00023
#include "kmwizardpage.h"
00024
00025
class QLineEdit;
00026
class QButtonGroup;
00027
00028
class KMWPassword :
public KMWizardPage
00029 {
00030
public:
00031 KMWPassword(
QWidget *parent = 0,
const char *name = 0);
00032
00033
bool isValid(
QString&);
00034
void initPrinter( KMPrinter* );
00035
void updatePrinter(KMPrinter*);
00036
00037
private:
00038
QLineEdit *m_login;
00039
QLineEdit *m_password;
00040
QButtonGroup *m_btngroup;
00041 };
00042
00043
#endif
This file is part of the documentation for kdeprint Library Version 3.3.0.