Login  Register

Re: LibreCAD modified for the interface of a laser machine

Posted by diegoroman17_2 on Jan 07, 2012; 11:13pm
URL: https://forum.librecad.org/LibreCAD-modified-for-the-interface-of-a-laser-machine-tp5113327p5128570.html

Hi all,

I have created a QDockWidget to handle cutting powers as though they were layers. for it creates a new class that the Name QG_LaserWidget, edit and create all subclasses dependencies required for this to work. As this is a replica of the class QG_LayerWidget someone tell me how I can get a list where I can have the layer and the primitive elements that are inside it?

An example would be:

layer 1: - Line1
            - Line2
            - Arc1

layer 2: - Line3
            - Line2
            - Circle 1

etc....