From eaa6623d1b82982509b8f5f51a44205a3d5f9b5f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 19 Apr 2020 14:22:29 +0300 Subject: move lib/about to src/about - add AboutDialog test - add SVG icon in place of application icon --- src/about/aboutdialog.ui | 201 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 src/about/aboutdialog.ui (limited to 'src/about/aboutdialog.ui') diff --git a/src/about/aboutdialog.ui b/src/about/aboutdialog.ui new file mode 100644 index 0000000..5b1c12a --- /dev/null +++ b/src/about/aboutdialog.ui @@ -0,0 +1,201 @@ + + + AboutDialog + + + + 0 + 0 + 600 + 420 + + + + About + + + + + + + + + 120 + 120 + + + + + 120 + 120 + + + + + + + + smolbote + + + Qt::AlignCenter + + + + + + + 0.1.0 + + + Qt::AlignCenter + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + QTabWidget::West + + + 0 + + + + About + + + + + + TextLabel + + + true + + + + + + + + License + + + + + + TextLabel + + + true + + + true + + + + + + + + Details + + + + + + TextLabel + + + true + + + true + + + + + + + + Plugins + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close + + + + + + + + + + QSvgWidget + QWidget +
QSvgWidget
+ 1 +
+
+ + + + buttonBox + accepted() + AboutDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + AboutDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + +
-- cgit v1.2.1