You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegraphics/kview/kviewcanvas/config/generalconfigwidget.ui

292 lines
12 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>GeneralConfigWidget</class>
<author>Matthias Kretz &lt;kretz@kde.org&gt;</author>
<widget class="TQWidget">
<property name="name">
<cstring>GeneralConfigWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>398</width>
<height>327</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout4</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KIntNumInput" row="0" column="1">
<property name="name">
<cstring>m_pMinHeight</cstring>
</property>
<property name="label">
<string>Minimum height:</string>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>200</number>
</property>
<property name="whatsThis" stdset="0">
<string>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.</string>
</property>
</widget>
<widget class="KIntNumInput" row="1" column="1">
<property name="name">
<cstring>m_pMaxHeight</cstring>
</property>
<property name="label">
<string>Maximum height:</string>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>100000</number>
</property>
<property name="whatsThis" stdset="0">
<string>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.</string>
</property>
</widget>
<widget class="KIntNumInput" row="0" column="0">
<property name="name">
<cstring>m_pMinWidth</cstring>
</property>
<property name="label">
<string>Minimum width:</string>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>200</number>
</property>
<property name="whatsThis" stdset="0">
<string>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.</string>
</property>
</widget>
<widget class="KIntNumInput" row="1" column="0">
<property name="name">
<cstring>m_pMaxWidth</cstring>
</property>
<property name="label">
<string>Maximum width:</string>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>100000</number>
</property>
<property name="whatsThis" stdset="0">
<string>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.</string>
</property>
</widget>
<spacer row="1" column="2">
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>MinimumExpanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
<spacer row="0" column="2">
<property name="name">
<cstring>Spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>MinimumExpanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>TextLabel3</cstring>
</property>
<property name="text">
<string>Choose which blend effects should be used:</string>
</property>
</widget>
<widget class="TDEListView">
<column>
<property name="text">
<string>Effect</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>m_pListView</cstring>
</property>
<property name="selectionMode" stdset="0">
<enum>NoSelection</enum>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Every effect selected may be used to create a transition effect between the images. If you select multiple effects they will be chosen randomly.</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pSmoothScaling</cstring>
</property>
<property name="text">
<string>Use smooth scaling (high quality but slower)</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pKeepRatio</cstring>
</property>
<property name="text">
<string>Keep aspect ratio</string>
</property>
<property name="whatsThis" stdset="0">
<string>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.</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pCenterImage</cstring>
</property>
<property name="text">
<string>Center image</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox" row="0" column="1">
<property name="name">
<cstring>groupBox3</cstring>
</property>
<property name="title">
<string>&amp;Background Color</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KColorButton">
<property name="name">
<cstring>m_bgColor</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer9</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>151</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
</grid>
</widget>
<tabstops>
<tabstop>m_pSmoothScaling</tabstop>
<tabstop>m_pKeepRatio</tabstop>
<tabstop>m_pCenterImage</tabstop>
<tabstop>m_pMinWidth</tabstop>
<tabstop>m_pMinHeight</tabstop>
<tabstop>m_pMaxWidth</tabstop>
<tabstop>m_pMaxHeight</tabstop>
<tabstop>m_pListView</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in implementation">kcolorbutton.h</include>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>