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/modules/presenter/imagelistdialog.ui

285 lines
11 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>ImageListDialog</class>
<author>Matthias Kretz &lt;kretz@kde.org&gt;</author>
<widget class="KDialog">
<property name="name">
<cstring>ImageListDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>724</width>
<height>409</height>
</rect>
</property>
<property name="caption">
<string>Image List</string>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<column>
<property name="text">
<string>URL</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Size</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Dimensions</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="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="showSortIndicator">
<bool>true</bool>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>m_pPrevious</cstring>
</property>
<property name="text">
<string>&amp;Previous</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_pNext</cstring>
</property>
<property name="text">
<string>&amp;Next</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_pShuffle</cstring>
</property>
<property name="text">
<string>Shu&amp;ffle</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>m_pSlideshow</cstring>
</property>
<property name="text">
<string>Start &amp;Slideshow</string>
</property>
<property name="toggleButton">
<bool>true</bool>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="KIntNumInput">
<property name="name">
<cstring>m_pInterval</cstring>
</property>
<property name="label">
<string>Slideshow interval:</string>
</property>
<property name="value">
<number>5000</number>
</property>
<property name="suffix">
<string> ms</string>
</property>
<property name="whatsThis" stdset="0">
<string>This is the interval the program will wait before showing the next image in the slideshow.</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer4</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>MinimumExpanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>80</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>m_pCloseAll</cstring>
</property>
<property name="text">
<string>&amp;Close All</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>m_pSave</cstring>
</property>
<property name="text">
<string>Sa&amp;ve List...</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_pLoad</cstring>
</property>
<property name="text">
<string>&amp;Load List...</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>m_pListView</sender>
<signal>aboutToMove()</signal>
<receiver>ImageListDialog</receiver>
<slot>noSort()</slot>
</connection>
</connections>
<includes>
<include location="global" impldecl="in declaration">kdialog.h</include>
<include location="global" impldecl="in implementation">kdebug.h</include>
<include location="global" impldecl="in implementation">kimageviewer/viewer.h</include>
<include location="global" impldecl="in implementation">tdeio/netaccess.h</include>
<include location="global" impldecl="in implementation">kurl.h</include>
<include location="global" impldecl="in implementation">tdefiledialog.h</include>
<include location="global" impldecl="in implementation">tqstring.h</include>
<include location="global" impldecl="in implementation">tdemessagebox.h</include>
<include location="local" impldecl="in implementation">imagelistitem.h</include>
<include location="local" impldecl="in implementation">imagelistdialog.ui.h</include>
</includes>
<forwards>
<forward>class KURL</forward>
</forwards>
<Q_SLOTS>
<slot access="private" specifier="non virtual">init()</slot>
<slot specifier="non virtual">noSort()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includes>
<include location="global" impldecl="in implementation">knuminput.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
<includehints>
<includehint>kdialog.h</includehint>
<includehint>tdelistview.h</includehint>
</includehints>
</UI>