added PageLoader and pageController

This commit is contained in:
vladimir.kuznetsov 2023-05-15 13:38:17 +08:00
parent 116fa6777b
commit 03a0e2084a
27 changed files with 265 additions and 193 deletions

View file

@ -31,7 +31,8 @@ public:
public slots:
void setDefaultServerIndex(int index);
int getDefaultServerIndex();
const int getDefaultServerIndex();
const int getServersCount();
protected:
QHash<int, QByteArray> roleNames() const override;