example/smfclientapp/posttestui.h
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

#ifndef POSTTESTUI_H
#define POSTTESTUI_H

#include <QtGui/QWidget>
#include "ui_posttestui.h"

class PostTestUi : public QWidget
{
    Q_OBJECT

public:
    PostTestUi(QWidget *parent = 0);
    ~PostTestUi();

private:
    Ui::PostTestUiClass ui;
};

#endif // POSTTESTUI_H