diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:16:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:16:15 -0600 |
commit | 7e09b5c2efae58399621a938de26b9675b8ba621 (patch) | |
tree | de2c9535e1f4c48ae91910492d298eba1d593fd5 /kscreensaver/kdesavers/slideshowcfg.ui | |
parent | 159f7e147ac33c924b3ce9050c8f03cbc54916ee (diff) | |
download | tdeartwork-7e09b5c2efae58399621a938de26b9675b8ba621.tar.gz tdeartwork-7e09b5c2efae58399621a938de26b9675b8ba621.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kscreensaver/kdesavers/slideshowcfg.ui')
-rw-r--r-- | kscreensaver/kdesavers/slideshowcfg.ui | 176 |
1 files changed, 0 insertions, 176 deletions
diff --git a/kscreensaver/kdesavers/slideshowcfg.ui b/kscreensaver/kdesavers/slideshowcfg.ui deleted file mode 100644 index e63dbd55..00000000 --- a/kscreensaver/kdesavers/slideshowcfg.ui +++ /dev/null @@ -1,176 +0,0 @@ -<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>SlideShowCfg</class> -<widget class="TQWidget"> - <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="TQCheckBox" 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="TQCheckBox" 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="TQCheckBox" 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="TQLabel" 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="TQCheckBox" 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="TQSpinBox" 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="TQLabel" 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="TQCheckBox" 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="TQFrame" 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> |