Ticket #776 (closed defect: fixed)
make QDialog handle height 'auto'
| Reported by: | vakopian | Owned by: | |
|---|---|---|---|
| Priority: | important | Milestone: | 2.1 |
| Component: | QControls | Version: | 2.0.2 Stable |
| Keywords: | Cc: |
Description
The new QDialog class is supposed to allow the value 'auto' for height as per documentation. However currently, setting it will throw a cast exception, since it tries to convert the value to integer.
The attached patch fixes this issue.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

