|
|
@ -54,7 +54,7 @@ ReceiptSaveForm::ReceiptSaveForm(QSharedPointer<Voucher> voucher, QWidget *paren
|
|
|
|
|
|
|
|
|
|
|
|
m_binder.setData(voucher.data());
|
|
|
|
m_binder.setData(voucher.data());
|
|
|
|
AddressBookService srvAdb;
|
|
|
|
AddressBookService srvAdb;
|
|
|
|
m_binder.registerBinding(ui->contact, ComboData::createComboData(srvAdb.all()));
|
|
|
|
m_binder.registerBinding(ui->contact, ComboData::createComboData(srvAdb.all("", "lastName, firstName")));
|
|
|
|
m_binder.registerBinding(ui->name);
|
|
|
|
m_binder.registerBinding(ui->name);
|
|
|
|
m_binder.registerBinding(ui->description);
|
|
|
|
m_binder.registerBinding(ui->description);
|
|
|
|
m_binder.bindToUi();
|
|
|
|
m_binder.bindToUi();
|
|
|
|