<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/kristall/src/widgets/querydialog.ui, branch query-dialog</title>
<subtitle>A Gemini client written in C++/Qt.
</subtitle>
<id>https://gitea.privatedns.org/xavi/kristall/atom?h=query-dialog</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/kristall/atom?h=query-dialog'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/'/>
<updated>2023-10-10T18:47:18+00:00</updated>
<entry>
<title>Replace QInputDialog with custom dialog for queries</title>
<updated>2023-10-10T18:47:18+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-10T13:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=7a7d9dc216ecf0bf7200666b479fb08c0edec834'/>
<id>urn:sha1:7a7d9dc216ecf0bf7200666b479fb08c0edec834</id>
<content type='text'>
Recent commits allowed multi-line input while reusing the QInputDialog
object already defined by Kristall. However, QInputDialog lacks a way to
access its QPlainTextEdit directly, and therefore set the wrap mode.

Since QInputDialog does no wrapping, it is inconvenient for writing a
long text (think of social media sites such as BBS or Station).
Therefore, a custom QDialog-derived class, namely QueryDialog, has been
provided.
</content>
</entry>
</feed>
