From 42434314d65cdc29402c7adcb08c2fa5113f7ca2 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Wed, 2 Aug 2023 01:56:58 +0200 Subject: Implement find dialog This dialog consolidates options for searching through textual elements in lists which simplifies the logic present in the MainWindow class. --- src/finddialog.ui | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 src/finddialog.ui (limited to 'src/finddialog.ui') diff --git a/src/finddialog.ui b/src/finddialog.ui new file mode 100644 index 0000000..0ee159c --- /dev/null +++ b/src/finddialog.ui @@ -0,0 +1,176 @@ + + + FindDialog + + + + 0 + 0 + 336 + 135 + + + + + 0 + 0 + + + + + 0 + 135 + + + + + 16777215 + 135 + + + + Qt::WheelFocus + + + Find + + + + + + 0 + + + + + + + Search in list + + + + + + + false + + + + 48 + 16777215 + + + + Previous + + + + + + + + + + false + + + + 48 + 16777215 + + + + Next + + + + + + + + + + + + + + false + + + Qt::Horizontal + + + + + + + false + + + QAbstractSpinBox::NoButtons + + + 1 + + + + + + + + + + + Ready. + + + + + + + QDialogButtonBox::Close + + + + + + + + + + + + + buttonBox + accepted() + FindDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + FindDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3-54-g00ecf