Coder Social home page Coder Social logo

Using models with C++ about qtrest HOT 5 CLOSED

qtrest avatar qtrest commented on July 21, 2024
Using models with C++

from qtrest.

Comments (5)

kafeg avatar kafeg commented on July 21, 2024

Hi!

Function

void BaseRestListModel::fetchDetail(QString id)

works only with already cached data.

E.g. in your list model loaded 1000 items. 0-999 items may be load details, but 1000+ not.

Yoe are right, for 1 item, need to use Api class directly. List models must be used with QListView or other *view classes, or you may call fetchMore for load all needs items to model and than load details info for them.

from qtrest.

cloud-rocket avatar cloud-rocket commented on July 21, 2024

Thanks!

Can you post an example of how to use CustomModel from within C++?
(We miss the whole point of representing Rest objects as objects if we use API directly)

I did tried to to add MyApi (derivative of APIBase) to JsonRestListModel and call "reload" afterwards - it does seem to load something, but how to access the properties properly?

from qtrest.

kafeg avatar kafeg commented on July 21, 2024

Did you see example project? https://github.com/kafeg/qtrest-example

Files you needed api/models/couponmodel.h and api/models/couponmodel.cpp

from qtrest.

cloud-rocket avatar cloud-rocket commented on July 21, 2024

Yep, I seen how to implement a model, just asking how to use it properly from within C++

from qtrest.

kafeg avatar kafeg commented on July 21, 2024

Use it as standard Qt models:

from qtrest.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.