Disabling the progress status bar if more biddings are placed than expected. (Easy way to indicate a problem in the GUI).
This commit is contained in:
@ -20,9 +20,11 @@ class BiddingRoundProgressLayout : public QHBoxLayout {
|
||||
int m_nCurrentBiddings;
|
||||
int m_nExpectedBiddings;
|
||||
|
||||
QLabel* m_nBiddings1Label = nullptr;
|
||||
QLabel* m_nExpectedBidding1Label = nullptr;
|
||||
QProgressBar* m_biddingRound1ProgressBar = nullptr;
|
||||
QLabel* m_nBiddingsLabel = nullptr;
|
||||
QLabel* m_nExpectedBiddingLabel = nullptr;
|
||||
QProgressBar* m_biddingRoundProgressBar = nullptr;
|
||||
|
||||
void updateEnabledStatus();
|
||||
};
|
||||
|
||||
#endif // BIDDINGROUNDPROGRESSLAYOUT_H
|
||||
|
||||
Reference in New Issue
Block a user