From 89ba7785e706fb6a43e96d7c2b34203767d27097 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 14 Mar 2017 07:05:13 -0400 Subject: Update the new lumina-pdf to work as a QMainWindow with a QPrintPreviewWidget embedded within it (instead of a QPrintPrevewDialog for everything). --- src-qt5/desktop-utils/lumina-pdf/mainUI.ui | 149 +++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-pdf/mainUI.ui (limited to 'src-qt5/desktop-utils/lumina-pdf/mainUI.ui') diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.ui b/src-qt5/desktop-utils/lumina-pdf/mainUI.ui new file mode 100644 index 00000000..5547d219 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.ui @@ -0,0 +1,149 @@ + + + MainUI + + + + 0 + 0 + 659 + 588 + + + + MainWindow + + + + + + 0 + 0 + 659 + 22 + + + + + File + + + + + + + + + + + + + toolBar + + + false + + + false + + + TopToolBarArea + + + true + + + + + + + + + + + toolBar_2 + + + false + + + Qt::BottomToolBarArea + + + false + + + BottomToolBarArea + + + false + + + + + Open PDF + + + Ctrl+O + + + + + Close + + + Ctrl+Q + + + + + true + + + Fit Page + + + + + true + + + Fit Width + + + + + Print + + + Ctrl+P + + + + + true + + + Single Page + + + + + true + + + Dual Pages + + + + + true + + + All Pages + + + + + + -- cgit