phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/main.cpp
changeset 27 de1630741fbe
parent 24 0ba2181d7c28
child 46 efe85016a067
--- a/phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/main.cpp	Fri Apr 16 14:53:18 2010 +0300
+++ b/phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/main.cpp	Mon May 03 12:24:20 2010 +0300
@@ -67,6 +67,12 @@
     HbPushButton *button9 = new HbPushButton("Update contact with online account");
     QObject::connect(button9, SIGNAL(pressed()), service, SLOT(launchUpdateEditorOnlineAccount()));
 
+    HbPushButton *button10 = new HbPushButton("Launch single fetch");
+    QObject::connect(button10, SIGNAL(pressed()), service, SLOT(launchSingleFetch()));
+    	
+    HbPushButton *button11 = new HbPushButton("Launch editor with vCard");
+    QObject::connect(button11, SIGNAL(pressed()), service, SLOT(launchEditorVCard()));
+
     mainLayout->addItem(button1);
     mainLayout->addItem(button2);
     mainLayout->addItem(button3);
@@ -76,6 +82,9 @@
     mainLayout->addItem(button7);
     mainLayout->addItem(button8);
     mainLayout->addItem(button9);
+    mainLayout->addItem(button10);
+    mainLayout->addItem(button11);
+    
     
     view->setLayout(mainLayout);