Fetching current biddings from server menu. No extracting biddings from the response and merging into the model yet.

This commit is contained in:
2026-02-14 10:02:00 +01:00
parent cfd3031cf9
commit 6e51aee3a5
10 changed files with 67 additions and 103 deletions

View File

@ -63,9 +63,7 @@ class MainWindow : public QMainWindow {
void findItems();
/// 'Server' slots
void fetchItems();
void postItems();
void deleteItem();
void fetchCurrentBiddings();
/// 'Tools' slots
void execSettingsDialog();
@ -97,9 +95,7 @@ class MainWindow : public QMainWindow {
unique_ptr<QAction> m_deleteItemAct;
unique_ptr<QAction> m_findItemAct;
/// Server actions
unique_ptr<QAction> m_fetchItemsAct;
unique_ptr<QAction> m_postItemsAct;
unique_ptr<QAction> m_deleteItemsAct;
unique_ptr<QAction> m_fetchCurrentBiddingsAct;
/// View actions
unique_ptr<QAction> m_showModelUndoViewAct;