Initial side dependent elements handling, initial multi col/row objects support, lousy bugfix about hanging on stopiing a module
This commit is contained in:
parent
7f03a0bd75
commit
35fcc5c801
13 changed files with 760 additions and 259 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue