From f7fdf134681a35950edeb1054a1e095f7acec058 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 14 Feb 2012 21:02:52 +0100 Subject: Move manual tab contents to separate widget. Create a new widget which holds the contents of the manual tab and its logic. Unify its display / download code. Fixes FS#12587, which was caused by duplicated code. Change-Id: I5721d2a95ebeaf80481c1fd149eda22cf1328501 --- rbutil/rbutilqt/gui/manualwidgetfrm.ui | 116 +++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 rbutil/rbutilqt/gui/manualwidgetfrm.ui (limited to 'rbutil/rbutilqt/gui/manualwidgetfrm.ui') diff --git a/rbutil/rbutilqt/gui/manualwidgetfrm.ui b/rbutil/rbutilqt/gui/manualwidgetfrm.ui new file mode 100644 index 0000000000..8757c4569e --- /dev/null +++ b/rbutil/rbutilqt/gui/manualwidgetfrm.ui @@ -0,0 +1,116 @@ + + + ManualWidgetFrm + + + + 0 + 0 + 543 + 255 + + + + Form + + + + + + Read the manual + + + + + + PDF manual + + + true + + + Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse + + + + + + + HTML manual + + + true + + + Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse + + + + + + + + + + Download the manual + + + + + + + + &PDF version + + + + + + + &HTML version (zip file) + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Down&load + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + -- cgit v1.2.3