Initial side dependent elements handling, initial multi col/row objects support, lousy bugfix about hanging on stopiing a module

This commit is contained in:
Blue 2019-03-23 15:47:05 +03:00
parent 7f03a0bd75
commit 35fcc5c801
13 changed files with 760 additions and 259 deletions

View file

@ -16,10 +16,15 @@
#include <wSocket/socket.h>
#include <wContainer/order.h>
namespace U {
class Connector;
};
namespace C {
class Controller : public QObject
{
Q_OBJECT
friend class U::Connector;
public:
enum ModelType {
string,