Wondering if Python has a drag and drop GUI designer

In the sea of drag-and-drop GUI makers, I think Qt Designer is fairly good, though. I’d much rather have newbies go through it than manually typing tkinter code, which has a fairly counterintuitive API and minimal documentation. You can literally craft a very decent-looking GUI and turn it into Python code in less than an hour.