kristall/src/widgets
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
..
browsertabbar.cpp Moves all globals into a structure that can be deleted before the app exists. Fixes #193. 2021-03-06 20:29:50 +01:00
browsertabbar.hpp new-tab button: add preference 2021-01-21 13:49:54 +01:00
browsertabwidget.cpp Added '+' button to tab bar 2021-01-21 13:49:54 +01:00
browsertabwidget.hpp Added '+' button to tab bar 2021-01-21 13:49:54 +01:00
elidelabel.cpp ElideLabel: assign variable in initialization list 2021-01-20 21:08:38 +01:00
elidelabel.hpp Restructures the project source and cleans up a bit 2020-06-22 21:10:04 +02:00
favouritebutton.cpp Apply favourites button workaround 2021-01-05 11:14:34 +01:00
favouritebutton.hpp Apply favourites button workaround 2021-01-05 11:14:34 +01:00
favouritepopup.cpp Implement interface translation 2021-03-06 16:59:32 +01:00
favouritepopup.hpp favourite popup: adding group combobox! 2021-01-07 10:05:00 +01:00
kristalltextbrowser.cpp Allow middle-click to open new tab when text is selected 2023-04-06 20:55:37 +02:00
kristalltextbrowser.hpp KristallTextBrowser: replace typographer quotes with ASCII when copying text 2021-02-23 11:31:33 +01:00
mediaplayer.cpp Fix media player stuttering 2023-03-26 01:01:13 +01:00
mediaplayer.hpp Fix media player stuttering 2023-03-26 01:01:13 +01:00
mediaplayer.ui Use standard icon names 2020-12-27 00:03:30 +01:00
querydialog.cpp Replace QInputDialog with custom dialog for queries 2023-10-13 13:14:00 +02:00
querydialog.hpp Replace QInputDialog with custom dialog for queries 2023-10-13 13:14:00 +02:00
querydialog.ui Replace QInputDialog with custom dialog for queries 2023-10-13 13:14:00 +02:00
searchbar.cpp Moves all globals into a structure that can be deleted before the app exists. Fixes #193. 2021-03-06 20:29:50 +01:00
searchbar.hpp Added fancy url bar styling 2020-12-31 10:57:55 +01:00
searchbox.cpp Search box: better reimplementation 2021-02-09 10:18:41 +01:00
searchbox.hpp Search box: better reimplementation 2021-02-09 10:18:41 +01:00
ssltrusteditor.cpp Further improves localization (#191). Allows switching and setting the chosen localization properly. 2021-05-08 10:44:03 +02:00
ssltrusteditor.hpp Makes TLS editor columns sortable. Closes #42. 2020-08-17 12:15:01 +02:00
ssltrusteditor.ui Fix for #233 2021-05-02 10:17:17 +02:00