diff options
Diffstat (limited to 'ksquirrel/sq_slideshowlisting.ui')
-rw-r--r-- | ksquirrel/sq_slideshowlisting.ui | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/ksquirrel/sq_slideshowlisting.ui b/ksquirrel/sq_slideshowlisting.ui new file mode 100644 index 0000000..f0b6a58 --- /dev/null +++ b/ksquirrel/sq_slideshowlisting.ui @@ -0,0 +1,113 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>SQ_SlideShowListing</class> +<widget class="QDialog"> + <property name="name"> + <cstring>SQ_SlideShowListing</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>490</width> + <height>31</height> + </rect> + </property> + <property name="caption"> + <string>Form1</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QFrame" row="0" column="0"> + <property name="name"> + <cstring>frame3</cstring> + </property> + <property name="frameShape"> + <enum>StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>Raised</enum> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>2</number> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Listing</string> + </property> + </widget> + <widget class="QPushButton" row="0" column="3"> + <property name="name"> + <cstring>pushCancel</cstring> + </property> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + <widget class="KSqueezedTextLabel" row="0" column="2"> + <property name="name"> + <cstring>textFile</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="textFormat"> + <enum>RichText</enum> + </property> + <property name="alignment"> + <set>AlignVCenter</set> + </property> + </widget> + <widget class="QLabel" row="0" column="1"> + <property name="name"> + <cstring>textCount</cstring> + </property> + <property name="font"> + <font> + <bold>1</bold> + </font> + </property> + <property name="text"> + <string></string> + </property> + </widget> + </grid> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<includes> + <include location="local" impldecl="in implementation">sq_slideshowlisting.ui.h</include> +</includes> +<signals> + <signal>kill();</signal> +</signals> +<functions> + <function access="private" specifier="non virtual">init()</function> + <function specifier="non virtual">setFile( int count, const QString & f )</function> +</functions> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>ksqueezedtextlabel.h</includehint> +</includehints> +</UI> |