configwidget.h
00001
#ifndef VR3_CONFIG_DIALOG_H
00002
#define VR3_CONFIG_DIALOG_H
00003
00004
#include "../../configwidget.h"
00005
00006
#include <qlayout.h>
00007
00008
class QLabel;
00009
class QComboBox;
00010
class QLineEdit;
00011
00012
namespace Vr3 {
00013
class ConfigWidget :
public KSync::
ConfigWidget {
00014 Q_OBJECT
00015
public:
00017
ConfigWidget(
const KSync::Kapabilities& cap,
QWidget* parent,
const char* name );
00018
00020
ConfigWidget(
QWidget* parent,
const char* name );
00021 ~
ConfigWidget();
00022
00024 KSync::Kapabilities capabilities()const;
00025
00027
void setCapabilities( const KSync::Kapabilities& );
00028
00029
00030 private:
00031
void initUI();
00032
QString name()const;
00033
QGridLayout* m_lay;
00034
QLabel* m_lblIP;
00035
QComboBox* m_cmbIP;
00036
QLabel* m_lblName;
00037
QLineEdit* m_lneName;
00038 };
00039 }
00040
00041 #endif
This file is part of the documentation for kitchensync Library Version 3.3.0.