Added an "Event" tab with a BiddingRoundControl class in it. No connections of signals and slots yet.

This commit is contained in:
2026-02-13 16:12:03 +01:00
parent bea89a2a16
commit a4d2815947
7 changed files with 134 additions and 23 deletions

View File

@ -82,6 +82,9 @@ static const QString ITEM_KEY_STRING = "item";
/// file naming
static const QString ITEMS_FILE_NAME = ITEMS_KEY_STRING + ".json";
/// server communication
enum GetRequestTypes { GetCurrentBiddingRound };
/// functions
static UserRoles GET_ROLE_FOR_COLUMN(const int column) {
switch (column) {