diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-10 15:10:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-13 11:44:42 +0900 |
| commit | 8f8f84410cc591c85c5e83e0b3efdcda5fdbe42e (patch) | |
| tree | f273a932ce048ef22ea9d9888b77ea8a2b8f3e33 /src/sq_slideshowlisting.ui | |
| parent | 424635023ee423826de12514b2fec7834b8deb7b (diff) | |
| download | ksquirrel-8f8f8441.tar.gz ksquirrel-8f8f8441.zip | |
Rename 'ksquirrel' folder to 'src'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 203fcb8d90752b546c672c625927a136b959fcfb)
Diffstat (limited to 'src/sq_slideshowlisting.ui')
| -rw-r--r-- | src/sq_slideshowlisting.ui | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/src/sq_slideshowlisting.ui b/src/sq_slideshowlisting.ui new file mode 100644 index 0000000..7e8c5f4 --- /dev/null +++ b/src/sq_slideshowlisting.ui @@ -0,0 +1,111 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>SQ_SlideShowListing</class> +<widget class="TQDialog"> + <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="TQFrame" 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="TQLabel" 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="TQPushButton" 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="TQLabel" 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="global" impldecl="in implementation">ksqueezedtextlabel.h</include> + <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 TQString & f )</function> +</functions> +<layoutdefaults spacing="6" margin="11"/> +</UI> |
