Misaligned elements in multiple generation window

Started by infoo_, February 16, 2026, 11:13:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

infoo_

Hello

I want to post a small design request.

In the multiple generation window (Ctrl + H), the first tab has some misaligned elements, that is:

"Current timetable... Max placed activities..." string is aligned a bit to the right.

"Pause/Restart" buttons are aligned a bit to the center of the window (both horizontal and vertical distances are closer to the center. In the picture below, only horizontal distance is shown).

Picture:

You cannot view this attachment.

You can see it better by alternating with mousewheel when doing multiple generation. I tested with 8 threads and it seems it only affects the first tab.

Thank you!

Liviu Lalescu

Yes, thank you, we know, but we cannot fix this.  :)

infoo_

Where is the source code for this window? Maybe I can lend a hand

Liviu Lalescu

Thanks! src/interface/timetablegeneratemultiple .ui and .cpp, search for string timetablesTabWidget.

infoo_


Liviu Lalescu

You're welcome!

The thing is that the initial QTabWidget has a single tab (in Qt Designer - ui file), and then programmatically we add more tabs (C++ code).