Hi everyone,
As I write this message I am in the middle of my big student project involving a lot of coding in Qt, and I have stumbled over a matter that I needed some help with.
As of today, all my code is in header and source files only, and I never even opened Qt Designer. The issue is, I need to be able to move my buttons around, and rescale some of it, and doing this by hand can be quite hard and time consuming, seeing that I don't have much time left before my deadline.

As of today I have 16 source files, and 16 headers, and when I build it it pops up almost as I want it. All I need to do, is insert some custom buttons instead of the boring gray ones, and rearrange them a bit so the final result looks better for the user.

So, I guess my final question is: "how do I create a .ui file where I can arrange everything as I want, but create it from the sources I already have (not a new project)"

I really hope there is a quick solution somewhere that I overlooked. (I'm a Newbie when it comes to Qt)

yours truly,
Badeand