Here is my problem. I have this form of information I want to display. I have already made a vbox in another class that contains this information.
The information is about their additional work experience for related to the job they are applying for. Of course they can have multiple work experiences. I want to display all their work experiences in the form they used to input it (which is the vbox in another class).
Is it possible to add this same vbox multiple times to a window (and by this I mean to another vbox on the window, as windows can only contain one widget)?
Thank you in advance!