iCub-main
Loading...
Searching...
No Matches
changeaddressdialog.cpp
Go to the documentation of this file.
2#include "ui_changeaddressdialog.h"
3
5 QDialog(parent),
7{
8 ui->setupUi(this);
9}
10
15
16
18{
19 ui->editOld->setText(address);
20}
21
23{
24 return ui->editNew->text();
25}
void setOldAddress(QString address)
ChangeAddressDialog(QWidget *parent=0)