mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 09:19:33 +02:00
Qt,Qt5,Qt6: removed TCheckBox.Alignment, TRadioButton.Alignment, TComboBox.AdjustDropDown, TComboBox.ItemWidth from issues.xml as it is implemented.
This commit is contained in:
parent
e3a3552ceb
commit
ab9b9835c4
@ -1,14 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<package name="lcl">
|
||||
<widgetset name="qt">
|
||||
<issue name="TCheckBox.Alignment">
|
||||
<short>CheckBox Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TRadioButton.Alignment">
|
||||
<short>RadioButton Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TEdit.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
@ -66,13 +58,5 @@
|
||||
<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>
|
||||
|
@ -1,14 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<package name="lcl">
|
||||
<widgetset name="qt5">
|
||||
<issue name="TCheckBox.Alignment">
|
||||
<short>CheckBox Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TRadioButton.Alignment">
|
||||
<short>RadioButton Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TEdit.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
@ -63,13 +55,5 @@
|
||||
<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>
|
||||
|
@ -1,14 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<package name="lcl">
|
||||
<widgetset name="qt6">
|
||||
<issue name="TCheckBox.Alignment">
|
||||
<short>CheckBox Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TRadioButton.Alignment">
|
||||
<short>RadioButton Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TEdit.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
@ -63,13 +55,5 @@
|
||||
<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