qt5-cadaques
qt5-cadaques copied to clipboard
Grammar
back-link: ch02/index.html#adapting-data 1] "Often in your application you will need larger amount of structured data, which also has to be persistently stored." should be "Often in your application you will need larger amounts of structured data, which also has to be persistently stored." 2] "And then we can open our database using c++. " should be "Then we can open our database using C++. " 3] "First we need to retrieve a new data base object for the specified database engine. " should be "First we need to retrieve a new database object for the specified database engine. " 4] "Qt provides some high-level database model, one of them is the table model, which uses a table identifier and an option where clause to select the data. " should be "Qt provides some high-level database models, one of which is the table model, which uses a table identifier and an option where clause to select the data. " and I don't quite understand the "option where clause". Do you mean "an optional 'where' clause"? 5] "For higher level of model operations Qt provides a sort file proxy model, which allows you in the basic form to sort and filter another model." should be "For higher levels of model operations Qt provides a sort file proxy model, which allows you in the basic form to sort and filter another model." 6] "The filter proxy model is much more powerful then demonstrated here. " should be "The filter proxy model is much more powerful than demonstrated here. "