<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Input method behavior of QComboBox]]></title><description><![CDATA[<p dir="auto">about QComboBox in editable mode<br />
when inputting a japanese text into  a QComboBox<br />
the input method  won't work after i did a pull down action once more<br />
it doesn't show candidate Kanji  fot the input Hirakan string  even if  I pushed the space-Bar</p>
<p dir="auto">is this a Bug of QComboBox ?</p>
<p dir="auto">my circumstance is<br />
Mac OSX 10.8.5 MacBook air<br />
XCode  5.0.1<br />
QtMac 5.1.0</p>
]]></description><link>https://forum.qt.io/topic/34166/input-method-behavior-of-qcombobox</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 13:09:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/34166.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Nov 2013 07:41:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Input method behavior of QComboBox on Fri, 15 Nov 2013 07:37:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Two things jump to mind. Is there a validator set? The comboBox like all other QString related widgets use a UTF-16 format, but when UTF32 is inserted, it gets converted to two UTF-16 chars, so that shouldn't be a problem.<br />
Did you set a translator? Or is your OS set on english?? The default translator is set to your system language. On the other hand, a combobox will not try to translate, so it would accept any given string.<br />
Maybe post your code, that might help.<br />
Greetz</p>
]]></description><link>https://forum.qt.io/post/204146</link><guid isPermaLink="true">https://forum.qt.io/post/204146</guid><dc:creator><![CDATA[Jeroentjehome]]></dc:creator><pubDate>Fri, 15 Nov 2013 07:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to Input method behavior of QComboBox on Thu, 14 Nov 2013 21:26:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Does it work properly for other languages like english ?</p>
]]></description><link>https://forum.qt.io/post/204097</link><guid isPermaLink="true">https://forum.qt.io/post/204097</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 14 Nov 2013 21:26:00 GMT</pubDate></item></channel></rss>