mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
Qt,Qt5,Qt6: TComboBox.ItemWidth, TComboBox.AdjustDropDown added to the issues.xml. Patch by Don Siders, issue #40139
This commit is contained in:
parent
0a76b545d5
commit
cf0443de0e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user