Wait крутилки на все действия с редакторами

This commit is contained in:
2025-07-01 17:53:35 +03:00
parent d48db016cb
commit 67cc236b70
6 changed files with 59 additions and 8 deletions

View File

@@ -29,6 +29,7 @@ public:
public:
CommonView(ConnectorToServer* connectorToServer, TypeView type, QWidget *parent = nullptr);
~CommonView();
public:
void setAdminMode(bool adminMode)
@@ -67,6 +68,8 @@ protected:
bool authComplited;
int lastCurrentID;
TypeObject typeObject;
WaitAnimationWidget *waitAnimationWidget;
};
#endif // COMMONVIEW_H