Qt,Qt5,Qt6: removed TCheckBox.Alignment, TRadioButton.Alignment, TComboBox.AdjustDropDown, TComboBox.ItemWidth from issues.xml as it is implemented.

This commit is contained in:
Željan Rikalo 2023-09-06 17:10:18 +02:00
parent e3a3552ceb
commit ab9b9835c4
3 changed files with 0 additions and 48 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>