summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_slideshowlisting.ui.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:31:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:31:25 +0000
commit6afd9d8dddbe9e450690e05d498a503c00333a5e (patch)
treeee3eaca74e8e33dd66f24f5fb6c1431d7a9ff429 /ksquirrel/sq_slideshowlisting.ui.h
downloadksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.tar.gz
ksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.zip
Added KDE3 version of ksquirrel photo manager
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1094446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksquirrel/sq_slideshowlisting.ui.h')
-rw-r--r--ksquirrel/sq_slideshowlisting.ui.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/ksquirrel/sq_slideshowlisting.ui.h b/ksquirrel/sq_slideshowlisting.ui.h
new file mode 100644
index 0000000..4608f8b
--- /dev/null
+++ b/ksquirrel/sq_slideshowlisting.ui.h
@@ -0,0 +1,22 @@
+/****************************************************************************
+** ui.h extension file, included from the uic-generated form implementation.
+**
+** If you want to add, delete, or rename functions or slots, use
+** Qt Designer to update this file, preserving your code.
+**
+** You should not define a constructor or destructor in this file.
+** Instead, write your code in functions called init() and destroy().
+** These will automatically be called by the form's constructor and
+** destructor.
+*****************************************************************************/
+
+void SQ_SlideShowListing::init()
+{
+ connect(pushCancel, SIGNAL(clicked()), this, SIGNAL(kill()));
+}
+
+void SQ_SlideShowListing::setFile(int count, const QString &f)
+{
+ textCount->setText(QString::fromLatin1("[%1]").arg(count));
+ textFile->setText(f);
+}