mysocials-core 1.0
|
00001 #ifndef UINETWORKSETTINGS_H 00002 #define UINETWORKSETTINGS_H 00003 00004 #include <QDialog> 00005 00006 #include <servicemgr.h> 00007 00008 namespace Ui { 00009 class UINetworkSettings; 00010 } 00011 00020 class UINetworkSettings : public QDialog 00021 { 00022 Q_OBJECT 00023 00024 public: 00032 explicit UINetworkSettings(ServiceMgr *sm, QWidget *parent = 0); 00033 00037 ~UINetworkSettings(); 00038 00039 private: 00040 Ui::UINetworkSettings *ui; 00041 00042 ServiceMgr *sm; 00043 00044 private slots: 00049 void on_buttonBox_accepted(); 00050 }; 00051 00052 #endif // UINETWORKSETTINGS_H