Qt,Qt5,Qt6: TComboBox.ItemWidth, TComboBox.AdjustDropDown added to the issues.xml. Patch by Don Siders, issue #40139

This commit is contained in:
Željan Rikalo 2023-09-03 09:42:39 +02:00
parent 0a76b545d5
commit cf0443de0e
3 changed files with 24 additions and 0 deletions

View File

@ -66,5 +66,13 @@
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to QT</short>
</issue>
<issue name="TComboBox.AdjustDropDown">
<short>Not supported.</short>
<descr>Requires SetComboMinDropDownSize in the widget.</descr>
</issue>
<issue name="TComboBox.ItemWidth">
<short>Not supported.</short>
<descr>Calls AdjustDropDown which is not implemented.</descr>
</issue>
</widgetset>
</package>

View File

@ -63,5 +63,13 @@
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to QT</short>
</issue>
<issue name="TComboBox.AdjustDropDown">
<short>Not supported.</short>
<descr>Requires SetComboMinDropDownSize in the widget.</descr>
</issue>
<issue name="TComboBox.ItemWidth">
<short>Not supported.</short>
<descr>Calls AdjustDropDown which is not implemented.</descr>
</issue>
</widgetset>
</package>

View File

@ -63,5 +63,13 @@
<issue name="TTrackBar.ScalePos">
<short>Trackbar ScalePos does not apply to QT</short>
</issue>
<issue name="TComboBox.AdjustDropDown">
<short>Not supported.</short>
<descr>Requires SetComboMinDropDownSize in the widget.</descr>
</issue>
<issue name="TComboBox.ItemWidth">
<short>Not supported.</short>
<descr>Calls AdjustDropDown which is not implemented.</descr>
</issue>
</widgetset>
</package>