From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: Added old abandoned KDE3 version of koffice git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kivio/kiviopart/ui/export_page_dialog_base.ui | 175 ++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 kivio/kiviopart/ui/export_page_dialog_base.ui (limited to 'kivio/kiviopart/ui/export_page_dialog_base.ui') diff --git a/kivio/kiviopart/ui/export_page_dialog_base.ui b/kivio/kiviopart/ui/export_page_dialog_base.ui new file mode 100644 index 00000000..da964922 --- /dev/null +++ b/kivio/kiviopart/ui/export_page_dialog_base.ui @@ -0,0 +1,175 @@ + +ExportPageDialogBase + + + ExportPageDialogBase + + + + 0 + 0 + 290 + 210 + + + + + unnamed + + + + ButtonGroup1 + + + + 3 + 3 + 0 + 0 + + + + Export + + + + m_radioSelectedStencils + + + + 10 + 48 + 249 + 20 + + + + &Selected stencils + + + Export the selected stencils on the current page + + + <b>Selected Stencils</b><br> +Export only the selected stencils to file. + + + + + m_radioFullPage + + + + 10 + 20 + 246 + 20 + + + + &All stencils + + + true + + + 1 + + + Export all stencils on the current page + + + <b>All Stencils</b><br> +This will cause the entire page to be exported to the file. This means that <i>all</i> stencils will be exported. + + + + + m_checkCrop + + + true + + + + 9 + 82 + 242 + 20 + + + + C&rop picture to edges + + + Don't export extra blank space to file + + + <b>Crop picture to edges</b><br> +This will eliminate all blank portions of the drawing. The picture will only be as large as the stencils it contains. If your stencils are located in the upper right corner of the page, then only the upper right corner will be exported. + + + + + + TextLabel2 + + + &Quality: + + + m_spinQuality + + + + + m_spinQuality + + + 100 + + + 100 + + + The higher the quality, the more space the file takes up. + + + <b>Quality</b><br> +Not all file formats use this. But for those that do, this affects the quality of the image that gets exported. 100 is the maximum quality. The higher the number, the better the picture looks. The downside is the higher the number, the larger the filesize. + + + + + m_spinBorder + + + 10000 + + + An optional border of whitespace around the page, in pixels + + + <b>Border</b><br> +Places a blank border around the edges of the image. This can be used if for one reason or another, the stencils don't fit into the export page with a 0-pixel border (default). + + + + + TextLabel3 + + + &Border: + + + m_spinBorder + + + + + + kdialog.h + + + + -- cgit v1.2.1