From ed5ecf7ea7a482b4649e66ecb35fbc60af680684 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 25 Apr 2016 13:08:12 -0400 Subject: Rearrange the Lumina source tree quite a bit: Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. --- src-qt5/desktop-utils/lumina-textedit/MainUI.ui | 377 ++++++++++++++++++++++++ 1 file changed, 377 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-textedit/MainUI.ui (limited to 'src-qt5/desktop-utils/lumina-textedit/MainUI.ui') diff --git a/src-qt5/desktop-utils/lumina-textedit/MainUI.ui b/src-qt5/desktop-utils/lumina-textedit/MainUI.ui new file mode 100644 index 00000000..26fceac4 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-textedit/MainUI.ui @@ -0,0 +1,377 @@ + + + MainUI + + + + 0 + 0 + 505 + 505 + + + + MainWindow + + + + + 2 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + Qt::NoFocus + + + true + + + true + + + false + + + + Tab 1 + + + + + + + + Find/Replace + + + false + + + + 1 + + + 3 + + + 1 + + + 1 + + + 2 + + + + + + + + Qt::NoFocus + + + Find the previous match + + + ... + + + + + + + Find: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + Qt::NoFocus + + + Find the next match + + + ... + + + + + + + Replace: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + Qt::NoFocus + + + + + + Match case + + + + + + true + + + false + + + true + + + + + + + Qt::NoFocus + + + Replace next match + + + ... + + + + + + + Qt::NoFocus + + + Replace all matches (to end of document) + + + ... + + + + + + + + + + + + 0 + 0 + 505 + 23 + + + + + File + + + + + + + + + + + + + View + + + + Syntax Highlighting + + + + + + + + + + + + + Edit + + + + + + + + + + + + Qt::CustomContextMenu + + + toolBar + + + false + + + false + + + TopToolBarArea + + + false + + + + + + + + true + + + true + + + Show Line Numbers + + + + + None + + + + + New File + + + Ctrl+N + + + Qt::ApplicationShortcut + + + + + Open File + + + Ctrl+O + + + Qt::ApplicationShortcut + + + + + Save File + + + Ctrl+S + + + Qt::ApplicationShortcut + + + + + Save File As + + + + + Close + + + Ctrl+Q + + + Qt::ApplicationShortcut + + + + + Close File + + + Ctrl+W + + + Qt::ApplicationShortcut + + + + + Customize Colors + + + + + true + + + true + + + Wrap Lines + + + + + Find + + + Ctrl+F + + + Qt::ApplicationShortcut + + + + + Replace + + + Ctrl+R + + + Qt::ApplicationShortcut + + + + + + -- cgit