[Interest] [QtRO] Qt Remote Objects Security and Encryption

2018-01-30 Thread MASTER OF ORION
Qt Developers! Hi guys! On how many I have understood QtRO, now generally there is no possibility somehow to protect server objects like QRemoteObjectRegistryHost or QRemoteObjectHost from hackers access via internet? Look, i'm creating an QRemoteObjectRegistryHost object, it just listen a port (

[Interest] QML Web Server on Qt

2016-11-17 Thread MASTER OF ORION
I greet you dear developers! Do you plan to add the ability in the future for creating Web Site wholly on QML and translate it to client from Qt Web server via QML - HTTP transformation? I tallking about technology, like ASP.NET... ___ Interest mailing li

[Interest] Qt3D. MultiViewPort with QuickControls 2.0 overlay

2016-11-10 Thread MASTER OF ORION
Hi! I need Multi ViewPort and QuickControls over the screen, how can i made it? I know, that i can use Qt3DQuickWindow with normal multi viewport support, but in this case, i can't use QuickControl over the window. I can use Scene3d, but in this case, i can't use multi view port... How to solve

[Interest] Qt3D. Drawing a single 3d lines ability

2016-11-08 Thread MASTER OF ORION
Dear developers, please add the ability for drawing 3D lines to Qt3D! Many developers of 3D CAD systems realy need it. We need ability to draw continuous, dotted, dashed (and so on) lines width given thickness and color. Alse we need to draw textured lines (like Sword of the Jedi :-) ), i think, th

[Interest] Qt3D ObjectPicker return wrong worldIntersection coords

2016-11-06 Thread MASTER OF ORION
Hi, i use Qt3D 2.0 (from Qt 5.8 beta) Inside onPressed, when i get PickEvent, worldIntersection and localIntersection is incorrect! I press my mouse and get one coords, but if i will turn my camera around orbit and will press to same 3D point at object, i will get other worlds coords... How to solv

[Interest] Qt3D. How to solve Z-Fighting problem

2016-11-03 Thread MASTER OF ORION
use Qt3D 2.0. In my scene i rendering volume lines and solid meshes. In this case, the lines - is edges of rectangles, but they may be not only on the edges, they may be located anywhere, such as on side surface of the rectangle... Lines and solid rectangles shadings in one Entity like this: Eni

[Interest] Qt3D. Draw volume 3d lines

2016-11-03 Thread MASTER OF ORION
Hi! I'm developing 3D CAD system and I need to draw a lot of 3D lines of different thicknesses and colors, as well as different styles, for example stroke - dotted, continuous and so on. I would also like to be able to change the style of the line, if it passes the rear of 3D geometric object (lin

[Interest] Qt3D. MultiViewPort with QuickControls 2.0 overlay

2016-11-03 Thread MASTER OF ORION
Hi! I need Multi ViewPort and QuickControls over the screen, how can i made it? I know, that i can use Qt3DQuickWindow with normal multi viewport support, but in this case, i can't use QuickControl over the window. I can use Scene3d, but in this case, i can't use multi view port... How to solve