diff options
Diffstat (limited to 'kscreensaver/kdesavers/slideshowcfg.ui')
-rw-r--r-- | kscreensaver/kdesavers/slideshowcfg.ui | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/kscreensaver/kdesavers/slideshowcfg.ui b/kscreensaver/kdesavers/slideshowcfg.ui new file mode 100644 index 00000000..544ea60b --- /dev/null +++ b/kscreensaver/kdesavers/slideshowcfg.ui @@ -0,0 +1,176 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>SlideShowCfg</class> +<widget class="QWidget"> + <property name="name"> + <cstring>Form1</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>243</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QCheckBox" row="7" column="0" rowspan="1" colspan="4"> + <property name="name"> + <cstring>mCbxSubdirectory</cstring> + </property> + <property name="text"> + <string>&Include images from sub-folders</string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mCbxRandom</cstring> + </property> + <property name="text"> + <string>&Random order</string> + </property> + </widget> + <widget class="KURLRequester" row="6" column="2" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mDirChooser</cstring> + </property> + </widget> + <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mCbxZoom</cstring> + </property> + <property name="text"> + <string>Resi&ze images</string> + </property> + </widget> + <spacer row="7" column="4"> + <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>161</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="6" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>I&mage folder:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mDirChooser</cstring> + </property> + </widget> + <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mCbxShowName</cstring> + </property> + <property name="text"> + <string>Show &names</string> + </property> + </widget> + <spacer row="5" column="1"> + <property name="name"> + <cstring>spacer11</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>19</height> + </size> + </property> + </spacer> + <widget class="QSpinBox" row="4" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>mDelay</cstring> + </property> + <property name="suffix"> + <string> sec</string> + </property> + <property name="specialValueText"> + <string></string> + </property> + <property name="maxValue"> + <number>240</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + </widget> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>&Delay:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mDelay</cstring> + </property> + </widget> + <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>mCbxRandomPosition</cstring> + </property> + <property name="text"> + <string>Random &position</string> + </property> + </widget> + <widget class="QFrame" row="0" column="3" rowspan="6" colspan="2"> + <property name="name"> + <cstring>mPreview</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>mCbxZoom</sender> + <signal>toggled(bool)</signal> + <receiver>mCbxRandomPosition</receiver> + <slot>setDisabled(bool)</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |