calendarui/views/src/calensettingsview.cpp
changeset 49 5de72ea7a065
parent 26 a949c2543c15
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    38 
    38 
    39 	// Set the title text.
    39 	// Set the title text.
    40 	setTitle(hbTrId("txt_calendar_title_calendar"));
    40 	setTitle(hbTrId("txt_calendar_title_calendar"));
    41 
    41 
    42 	// Construct the settings utility.
    42 	// Construct the settings utility.
    43 	mCalenSettings = new CalenSettings(mCalenSettingsForm);
    43 	mCalenSettings = new CalenSettings(mServices, mCalenSettingsForm);
    44 	mCalenSettings->createModel();
    44 	mCalenSettings->createModel();
    45 
       
    46 
    45 
    47 	setWidget(mCalenSettingsForm);
    46 	setWidget(mCalenSettingsForm);
    48 	
    47 	
    49 }
    48 }
    50 
    49 
    85 	setNavigationAction(mSoftKeyAction);
    84 	setNavigationAction(mSoftKeyAction);
    86 	connect(mSoftKeyAction, SIGNAL(triggered()), 
    85 	connect(mSoftKeyAction, SIGNAL(triggered()), 
    87 											this, SLOT(launchPreviousView()));
    86 											this, SLOT(launchPreviousView()));
    88     }
    87     }
    89 
    88 
       
    89 void CalenSettingsView::refreshView()
       
    90     {
       
    91     //populate the new items 
       
    92     mCalenSettings->populateSettingList();
       
    93     }
       
    94 
    90 // End of file
    95 // End of file