Is it possible to add MainWindow in another widget in QtDesigner5?
In my scenario, I want to show the assembly code and some other states of each threads. I hope that they can own their Dock Widgets which hold the thread states.
Is it possible to add MainWindow in another one in QtDesigner5?
In my scenario, I want to show the assembly code and some other states of each threads. I hope that they can own their Dock Widgets which hold the thread states.
Here is an example code generated by ChatGPT
PyQt application issue by changing Windows display scale, or in different resolutions
When changing the display scaling in Windows 11 from 100% to 125% or 150%, the PyQt5 application and its elements (labels, buttons, text, tables, etc.) change size accordingly.