qtmobility/examples/sysinfo/dialog.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   292     currentMMCLabel->setText(ni->currentMobileCountryCode());
   292     currentMMCLabel->setText(ni->currentMobileCountryCode());
   293     currentMNCLabel->setText(ni->currentMobileNetworkCode());
   293     currentMNCLabel->setText(ni->currentMobileNetworkCode());
   294 
   294 
   295     homeMMCLabel->setText(ni->homeMobileCountryCode());
   295     homeMMCLabel->setText(ni->homeMobileCountryCode());
   296     homeMNCLabel->setText(ni->homeMobileNetworkCode());
   296     homeMNCLabel->setText(ni->homeMobileNetworkCode());
       
   297 
       
   298     networkModeChanged(ni->currentMode());
       
   299 
   297 }
   300 }
   298 void Dialog::netStatusComboActivated(int index)
   301 void Dialog::netStatusComboActivated(int index)
   299 {
   302 {
   300     QString status;
   303     QString status;
   301     int reIndex = index;
   304     int reIndex = index;