Forum Discussion
rdemers25
15 years agoNew Contributor
This is the declaration in the code from the developer
The exact declaration in the code, in CommonGrid is below.
public:
market_value_t getMidValue() const
{ return midValue; }
Q_PROPERTY(market_value_t midValue READ getMidValue WRITE setMidValue)
I'm working with them on getting an example grid.
The exact declaration in the code, in CommonGrid is below.
public:
market_value_t getMidValue() const
{ return midValue; }
Q_PROPERTY(market_value_t midValue READ getMidValue WRITE setMidValue)
I'm working with them on getting an example grid.