00001 #ifndef INTERFACEINFORMATIONIMP_H 00002 #define INTERFACEINFORMATIONIMP_H 00003 00004 #include "interfaceinformation.h" 00005 #include "interface.h" 00006 00011 class InterfaceInformationImp : public InterfaceInformation { 00012 00013 Q_OBJECT 00014 00015 public: 00016 InterfaceInformationImp(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0); 00017 ~InterfaceInformationImp(); 00018 00019 private slots: 00020 void advanced(); 00021 void updateInterface(Interface *i); 00022 void showMessage(const QString &message); 00023 00024 private: 00025 Interface *interface; 00026 00027 }; 00028 00029 #endif 00030 00031 // addserviceimp.h 00032
1.4.2