From 6a07ef99d9f98b1db4fad91b3cd69e6146c1f01e Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Fri, 5 Jan 2024 14:58:51 +0100 Subject: Implement about dialog --- src/aboutdialog.ui | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 src/aboutdialog.ui (limited to 'src/aboutdialog.ui') diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui new file mode 100644 index 0000000..dd31ae1 --- /dev/null +++ b/src/aboutdialog.ui @@ -0,0 +1,101 @@ + + + AboutDialog + + + + 0 + 0 + 400 + 300 + + + + + 0 + 0 + + + + + 400 + 300 + + + + + 1000 + 900 + + + + About + + + + + + + 0 + 0 + + + + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">ActorViewer</span><span style=" font-weight:600;"> %1</span><br/></p><p>ActorViewer is an application that allow one to browse through Fediverse data exports via the help of a Qt-based user interface. It permits one to filter through different types of posts, search through them and view all embedded content related to an Activity.</p><p>This application is licensed under the GNU General Public License, version 3. Please see the LICENSE file, which lists your rights as a user, available in the source code repository's root directory.</p><p>The source code is available at the following web address: <a href="https://git.twilightsparkle.space/ActorViewer/about/"><span style=" text-decoration: underline; color:#ae82c1;">https://git.twilightsparkle.space/ActorViewer/</span></a></p></body></html> + + + true + + + true + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close + + + + + + + + + buttonBox + accepted() + AboutDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + AboutDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3-54-g00ecf