Home · All Classes · Main Classes · Deprecated

What's new in MeeGo Touch

0.20.99

New

0.20.96

New

0.20.91

New

0.20.88

New

0.20.72

0.20.70

0.20.61

Changed

0.20.59

New

0.20.56

New

0.20.54

New

0.20.53

New

0.20.49

New

0.20.45

New

0.20.43

New

Deprecated

0.20.42

New

Deprecated

0.20.38

New

0.20.37

New

Deprecated

0.20.36

New

0.20.34

New

Deprecated

0.20.32

New

0.20.30

New

0.20.28

New

0.20.27

New

0.20.24

New

0.20.20

New

0.20.2

New

0.20.0

New

childPage->setEscapeButtonMode(DuiEscapeButtonPanelModel::BackMode);
childPage->connect(childPage, SIGNAL(backButtonClicked()), SLOT(dismiss()));
childPage->appear(DestroyWhenDismissed);

Now only one line is needed:

childPage->appear(DestroyWhenDismissed);

Manual handling and wiring is still possible, but it's not the default behavior.

Old usage
DuiAppletSettingsDialog dialog;
dialog.exec(mySettings);

New usage
DuiAppletSettingsDialog::exec(mySettings);

Removed or Renamed

0.19.0

New

Deprecated

0.18.4

New

0.18.4

New

Removed or Renamed


Copyright © 2010 Nokia Corporation
MeeGo Touch