Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.7.1
-
Does not apply.
-
67fbf125f3f96ea0ff0da66b1dd8b7dd348ca69f
Description
I saw some typos in the Address Book tutorial at http://doc.qt.nokia.com/4.7/tutorials-addressbook.html and I thought I could report it in.
__________________________________________________________________________________________________________
http://doc.qt.nokia.com/4.7/tutorials-addressbook-part6.html
"Although it is not shown here, just like the other features we implemented, we add the push buttons to the layout panel on the right,button1Layout, and we connect the push buttons' clicked() signals to their respective slots."
button1Layout should be buttonLayout1
__________________________________________________________________________________________________________
http://doc.qt.nokia.com/4.7/tutorials-addressbook-part6-addressbook-cpp.html
saveButton = new QPushButton(tr("Sa&ve..."));
("Sa&ve...") should be ("&Save")