iCub-main
changeaddressdialog.h
Go to the documentation of this file.
1 #ifndef CHANGEADDRESSDIALOG_H
2 #define CHANGEADDRESSDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
10 class ChangeAddressDialog : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit ChangeAddressDialog(QWidget *parent = 0);
17  void setOldAddress(QString address);
18  QString getNewAddress();
19 
20 private:
21  Ui::ChangeAddressDialog *ui;
22 };
23 
24 #endif // CHANGEADDRESSDIALOG_H
void setOldAddress(QString address)
ChangeAddressDialog(QWidget *parent=0)