From 47d455dd55be855e4cc691c32f687f723d9247ee Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kview/kviewcanvas/config/generalconfigwidget.ui | 300 ++++++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 kview/kviewcanvas/config/generalconfigwidget.ui (limited to 'kview/kviewcanvas/config/generalconfigwidget.ui') diff --git a/kview/kviewcanvas/config/generalconfigwidget.ui b/kview/kviewcanvas/config/generalconfigwidget.ui new file mode 100644 index 00000000..b4646381 --- /dev/null +++ b/kview/kviewcanvas/config/generalconfigwidget.ui @@ -0,0 +1,300 @@ + +GeneralConfigWidget +Matthias Kretz <kretz@kde.org> + + + GeneralConfigWidget + + + + 0 + 0 + 398 + 327 + + + + + unnamed + + + 0 + + + + Layout4 + + + + unnamed + + + + m_pMinHeight + + + Minimum height: + + + 1 + + + 200 + + + The height of the image shown will not get smaller than the size you enter here. +A value of 10 would cause a 1x1 image to be stretched vertically by a factor of 10. + + + + + m_pMaxHeight + + + Maximum height: + + + 1 + + + 100000 + + + The height of the image shown will not get bigger than the size you enter here. +A value of 100 would cause a 1000x1000 image to be compressed vertically by a factor of 0.1. + + + + + m_pMinWidth + + + Minimum width: + + + 1 + + + 200 + + + The width of the image shown will not get smaller than the size you enter here. +A value of 10 would cause a 1x1 image to be stretched horizontally by a factor of 10. + + + + + m_pMaxWidth + + + Maximum width: + + + 1 + + + 100000 + + + The width of the image shown will not get bigger than the size you enter here. +A value of 100 would cause a 1000x1000 image to be compressed horizontally by a factor of 0.1. + + + + + Spacer3 + + + Horizontal + + + MinimumExpanding + + + + 0 + 0 + + + + + + Spacer2 + + + Horizontal + + + MinimumExpanding + + + + 0 + 0 + + + + + + + + layout3 + + + + unnamed + + + + TextLabel3 + + + Choose which blend effects should be used: + + + + + + Effect + + + true + + + true + + + + m_pListView + + + NoSelection + + + true + + + Every effect selected may be used to create a transition effect between the images. If you select multiple effects they will be chosen randomly. + + + + + + + layout4 + + + + unnamed + + + + m_pSmoothScaling + + + Use smooth scaling (high quality but slower) + + + + + m_pKeepRatio + + + Keep aspect ratio + + + If this is checked KView will always try to keep the aspect ratio. That means if the width is scaled with a factor x, the height is scaled with the same factor. + + + + + m_pCenterImage + + + Center image + + + + + + + groupBox3 + + + &Background Color + + + + unnamed + + + + m_bgColor + + + + 0 + 0 + 0 + 0 + + + + + 32 + 32 + + + + + + + + + spacer9 + + + Horizontal + + + Expanding + + + + 151 + 21 + + + + + + + + + m_pSmoothScaling + m_pKeepRatio + m_pCenterImage + m_pMinWidth + m_pMinHeight + m_pMaxWidth + m_pMaxHeight + m_pListView + + + kdialog.h + + + + + knuminput.h + knuminput.h + knuminput.h + knuminput.h + knuminput.h + knuminput.h + knuminput.h + knuminput.h + klistview.h + kcolorbutton.h + + -- cgit v1.2.1