<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">I can confirm this for QGIS 3.23 master on OSGEO4W.</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><br /><br /><img src="cid:2e9b9446b9f4eb5f9617f82a344b17a7@geo.hu-berlin.de" /><br />On 2022-02-11 16:42, matteo wrote:
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Hi all,<br /><br />I'm using a QgsCheckableComboBox in an UI of a plugin. If I use the<br />flag setEditable = False, bot from UI or from code, QGIS simply<br />explodes (3.16 from package, 3.23 compiled on a Debian sid OS).<br /><br />What is strange, at least for me, is that even by using in a python<br />console the following code, QGIS explodes:<br /><br />c = QgsCheckableComboBox()<br />c.setEditable(False)<br />c.show()<br /><br />while without the c.setEditable(False) no problem and also the<br />following code is working nice:<br /><br />c = QComboBox()<br />c.setEditable(False)<br />c.show()<br /><br />Not sure if it is something related to my system. Should I file a ticket?<br /><br />Thanks!<br /><br />Matteo<br />_______________________________________________<br />QGIS-Developer mailing list<br /><a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br />List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br />Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank" rel="noopener noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote>
<br /><span class="sig">-- <br />--<br />Benjamin Jakimow, Doctoral Researcher<br />Earth Observation Lab | Geography Department | Humboldt-Universität zu Berlin<br /><br />e-mail: <a href="mailto:benjamin.jakimow@geo.hu-berlin.de">benjamin.jakimow@geo.hu-berlin.de</a><br /><br />phone:  +49 (0) 30 2093 6894<br />mobile: +49 (0) 157 5656 8477<br />fax:    +49 (0) 30 2093 6848<br />mail:   Unter den Linden 6 | 10099 Berlin | Germany<br />room: 2'222</span></div>
</body></html>