<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>QTerminator</title>
    <subtitle>A Qt port of the Terminator terminal emulator, built with PyQt6 and QTermWidget.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://qterminator.org/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://qterminator.org"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-05-14T00:00:00+00:00</updated>
    <id>https://qterminator.org/atom.xml</id>
    <entry xml:lang="en">
        <title>Hello from QTerminator</title>
        <published>2026-05-14T00:00:00+00:00</published>
        <updated>2026-05-14T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://qterminator.org/blog/hello/"/>
        <id>https://qterminator.org/blog/hello/</id>
        
        <content type="html" xml:base="https://qterminator.org/blog/hello/">&lt;p&gt;This is the first post on the new QTerminator site.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-a-qt-port-of-terminator&quot;&gt;Why a Qt port of Terminator&lt;&#x2F;h2&gt;
&lt;p&gt;GTK-based Terminator has been the gold standard for split-pane terminals
on Linux for years. QTerminator brings the same workflow — recursive
splits, tab grouping, broadcast input — into a Qt stack so it sits next
to other Qt apps without theme clashes and pulls in fewer dependencies
on KDE&#x2F;Qt-first distros.&lt;&#x2F;p&gt;
&lt;pre&gt;&lt;code data-lang=&quot;python&quot;&gt;class TerminalGroup:
    &amp;quot;&amp;quot;&amp;quot;Broadcast input to every terminal sharing this group name.&amp;quot;&amp;quot;&amp;quot;
    name: str
    members: list[TermWidget]
&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;h2 id=&quot;what-s-next&quot;&gt;What’s next&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;Smoother handling of dragged splits across nested containers&lt;&#x2F;li&gt;
&lt;li&gt;A profile import path from &lt;code&gt;~&#x2F;.config&#x2F;terminator&#x2F;config&lt;&#x2F;code&gt;&lt;&#x2F;li&gt;
&lt;li&gt;Real screenshots on this page&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        
    </entry>
</feed>
