Added a second bound property (nExpectedBiddings) & cleaned up the code a little.
This commit is contained in:
@ -15,7 +15,10 @@ class SummaryWidget : public QWidget {
|
||||
private:
|
||||
std::shared_ptr<ModelSummary> m_modelSummary;
|
||||
|
||||
QLabel* m_rowCoundValueLabel;
|
||||
QLabel* m_rowCountValueLabel;
|
||||
QLabel* m_nExpectedBiddingsValueLabel;
|
||||
|
||||
void setupBindableProperties();
|
||||
};
|
||||
|
||||
#endif // SUMMARYWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user