Commit Graph

4 Commits

Author SHA1 Message Date
Dima Krasner 64fd9d7484 fix build with cmake 2023-11-09 08:20:12 +01:00
Xavier Del Campo Romero 6d97b7f198 Replace QInputDialog with custom dialog for queries
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.
2023-10-13 13:14:00 +02:00
Xavier Del Campo Romero 8cb79ee671 build.yml: Test CMake builds 2023-10-02 16:36:29 +02:00
Xavier Del Campo Romero 42022bdfd2 Add CMake-based build system 2023-10-02 16:36:29 +02:00