Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.7.1
-
None
-
Windows 11, 64 bit architecture, QT 6.7.1 version
Description
I have UI file generated in QT designer 6.5.1 using python 3.9 (Windows 10, 64 bit architecture). This was pushed into git. Now I have downloaded in new machine (Windows 11 , 64 bit architecture) where I have installed python 3.12.3 with QT designer 6.7.1. Like to fix if there is any gap on newer version and make code cleaner.
Now I found that I could not edit any frame layout margins sizes. I tried changing layout style,etc., nothing worked. I have structure like below.
"MainWindow" |->QWidget (Layout margins are not editable) |-> QScrolArea |->QWidget (Layout margins are not editable) |-...and so on
Screenshot on windows 11 where it is not editable is attached.
List of items tried :
- I tried updating frame style.
- I tried creating new frame under my existing widget. Applied horizontal layout in new frames and tried editing layout left/right/top/bottom margins in property editor. I could not edit it.
Attachments
Issue Links
- duplicates
-
QTBUG-125983 Reg->6.7.1: Qt Designer: Can no longer change int properties
- Closed