<?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[looking for a code editor widget for Qt for Python]]></title><description><![CDATA[<p dir="auto">Hey. I am looking for a slightly more sophisticated code editor widget for Pyside2/6, but it seems hard to find something that is actually usable (which includes: can be styled, has common basic editor features, and can be easily integrated) and still maintained. The best thing I found is <a href="https://github.com/pyQode" target="_blank" rel="noopener noreferrer nofollow ugc">pyQode</a> which, unfortunately, is also not maintained anymore and cannot be used right away with PySide2 or PySide6. While it could be easy to bring most of it to the new versions myself, I would strongly prefer a solution that is still actively maintained. Does someone know any? Thanks.</p>
]]></description><link>https://forum.qt.io/topic/125587/looking-for-a-code-editor-widget-for-qt-for-python</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 01:00:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/125587.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Apr 2021 17:10:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Mon, 21 Sep 2026 19:03:05 GMT]]></title><description><![CDATA[<p dir="auto">Indeed; the effort is possible to subscribe to, at <a href="https://invent.kde.org/teams/goals/streamlined-application-development-experience/-/work_items/9" target="_blank" rel="noopener noreferrer nofollow ugc"><code>invent.kde.org/teams/goals/streamlined-application-development-experience/-/work_items/9</code></a>.</p>
]]></description><link>https://forum.qt.io/post/840220</link><guid isPermaLink="true">https://forum.qt.io/post/840220</guid><dc:creator><![CDATA[RokeJulianLockhart]]></dc:creator><pubDate>Mon, 21 Sep 2026 19:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Mon, 21 Sep 2026 18:47:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/milahu">@<bdi>milahu</bdi></a> said in <a href="/post/840214">looking for a code editor widget for Qt for Python</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nutrx">@<bdi>nutrx</bdi></a> said in <a href="/post/654127">looking for a code editor widget for Qt for Python</a>:</p>
<blockquote>
<p dir="auto">doesn't seem to have Python bindings...</p>
</blockquote>
<p dir="auto">implemented in my <a href="https://github.com/milahu/ktexteditor-pyside6" target="_blank" rel="noopener noreferrer nofollow ugc">github.com/milahu/ktexteditor-pyside6</a></p>
</blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">Did you consider contributing to KDE directly ? There's an ongoing effort to build bindings for their extensive set of classes.</p>
]]></description><link>https://forum.qt.io/post/840219</link><guid isPermaLink="true">https://forum.qt.io/post/840219</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 21 Sep 2026 18:47:47 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Mon, 21 Sep 2026 11:34:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nutrx">@<bdi>nutrx</bdi></a> said in <a href="/post/654127">looking for a code editor widget for Qt for Python</a>:</p>
<blockquote>
<p dir="auto">doesn't seem to have Python bindings...</p>
</blockquote>
<p dir="auto">implemented in my <a href="https://github.com/milahu/ktexteditor-pyside6" target="_blank" rel="noopener noreferrer nofollow ugc">github.com/milahu/ktexteditor-pyside6</a></p>
]]></description><link>https://forum.qt.io/post/840214</link><guid isPermaLink="true">https://forum.qt.io/post/840214</guid><dc:creator><![CDATA[milahu]]></dc:creator><pubDate>Mon, 21 Sep 2026 11:34:05 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Fri, 24 Oct 2025 09:24:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nutrx">@<bdi>nutrx</bdi></a>, work is being made toward this at <a href="https://invent.kde.org/frameworks/ktexteditor/-/issues/24" target="_blank" rel="noopener noreferrer nofollow ugc"><code>invent.kde.org/frameworks/ktexteditor/-/issues/24</code></a> and its superordinate issue.</p>
]]></description><link>https://forum.qt.io/post/833089</link><guid isPermaLink="true">https://forum.qt.io/post/833089</guid><dc:creator><![CDATA[RokeJulianLockhart]]></dc:creator><pubDate>Fri, 24 Oct 2025 09:24:39 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Mon, 12 Apr 2021 07:21:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nutrx">@<bdi>nutrx</bdi></a><br />
You probably won't find anything for PySide, there is a lot more out there written with PyQt.  Unless you see it using many PyQt-specific features, in principle it should not take much to make it work for PySide.  Can't you use <strong>QtPy</strong> yourself to (try to) achieve this?</p>
]]></description><link>https://forum.qt.io/post/654214</link><guid isPermaLink="true">https://forum.qt.io/post/654214</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 12 Apr 2021 07:21:51 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Mon, 12 Apr 2021 03:55:17 GMT]]></title><description><![CDATA[<p dir="auto">I did, seems nice, but it only seems to be available for PyQt, not PySide, they don't use QtPy but I need it to run on both packages : /</p>
]]></description><link>https://forum.qt.io/post/654187</link><guid isPermaLink="true">https://forum.qt.io/post/654187</guid><dc:creator><![CDATA[nutrx]]></dc:creator><pubDate>Mon, 12 Apr 2021 03:55:17 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Sun, 11 Apr 2021 18:44:17 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I forgot about that constrain.</p>
<p dir="auto">Did you check <a href="https://riverbankcomputing.com/software/qscintilla/intro" target="_blank" rel="noopener noreferrer nofollow ugc">QScintilla</a> ?</p>
]]></description><link>https://forum.qt.io/post/654168</link><guid isPermaLink="true">https://forum.qt.io/post/654168</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 11 Apr 2021 18:44:17 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Sun, 11 Apr 2021 12:11:21 GMT]]></title><description><![CDATA[<p dir="auto">doesn't seem to have Python bindings...</p>
]]></description><link>https://forum.qt.io/post/654127</link><guid isPermaLink="true">https://forum.qt.io/post/654127</guid><dc:creator><![CDATA[nutrx]]></dc:creator><pubDate>Sun, 11 Apr 2021 12:11:21 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Sun, 11 Apr 2021 11:32:04 GMT]]></title><description><![CDATA[<p dir="auto">Then you might be interested in <a href="https://api.kde.org/frameworks/ktexteditor/html/" target="_blank" rel="noopener noreferrer nofollow ugc">KTextEditor</a> which is used in Kdevelop but also <a href="https://kate-editor.org/" target="_blank" rel="noopener noreferrer nofollow ugc">Kate</a> and other text processors.</p>
]]></description><link>https://forum.qt.io/post/654126</link><guid isPermaLink="true">https://forum.qt.io/post/654126</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 11 Apr 2021 11:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Sun, 11 Apr 2021 10:52:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Hi, thanks. But I'm not looking for an IDE, just some widget I can customize. (if there isn't a simple way to integrate the Kdevelop text editor into my application that I missed)</p>
]]></description><link>https://forum.qt.io/post/654123</link><guid isPermaLink="true">https://forum.qt.io/post/654123</guid><dc:creator><![CDATA[nutrx]]></dc:creator><pubDate>Sun, 11 Apr 2021 10:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to looking for a code editor widget for Qt for Python on Sat, 10 Apr 2021 18:23:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Did you consider <a href="https://www.kdevelop.org/" target="_blank" rel="noopener noreferrer nofollow ugc">Kdevelop</a> ?</p>
]]></description><link>https://forum.qt.io/post/654073</link><guid isPermaLink="true">https://forum.qt.io/post/654073</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 10 Apr 2021 18:23:07 GMT</pubDate></item></channel></rss>