10 #include <QVBoxLayout>
11 #include <QHBoxLayout>
12 #include <QDBusInterface>
15 #include "FingerManagerDevicesModel.h"
16 #include "FMDbusConn.h"
18 class FMEnroll
: public KDialog
{
23 void enrollStatus(QString result
, bool done
);
30 QHBoxLayout
*statusLayout
;
31 QHBoxLayout
*stagesLayout
;
32 QVBoxLayout
*mainLayout
;
43 void initComponents(int enrollStages
);
44 void setStatusMessage(QString result
);
47 FMEnroll(DeviceModel device
, QString login
, int finger
= 6, QWidget
*parent
= 0);