Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
6.8.1
-
-
39391e528 (dev), f68994586 (6.9), d94d58739 (6.8), 99ebdcf5f (dev), 713a2c23c (6.9), d45f8c896 (dev), f8afe86b2 (dev), 4a80209cb (dev), 2fa1a91d7 (dev), b6a14f6c0 (dev), 202bb116d (dev), e4d59f9ec (6.8), f14496566 (dev), e72fa5ee3 (6.9), b6b7f3375 (6.9)
Description
I have a QListWidget inside of a QSplitter. Under the property editor, I want to set the maximumSize/Width field, but instead of a numeric field it has a drop down menu with AddressBookNew, ApplicationExit, AppointmentNew, CallStart, etc. See attached screenshot.
I am able to edit the maximumSize/Height field correctly with an integer.
For context, I am going through the "Qt Widgets for Beginners with C++" section 7-40 on Udemy.
Update: I restarted Qt Creator 15.01, and the issue disappeared.