From 369c14264c664b38049ac081cf60b8485a4042cb Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 22 Aug 2013 07:43:20 +0200 Subject: Give Pictures some love! * Show and archive size of pictures * Fix SqlQueries in PicFilesModel: removeFiles and changeMappings * use delegate in PictureView --- smglobals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smglobals.cpp') diff --git a/smglobals.cpp b/smglobals.cpp index 2e3a13e..7388968 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -89,7 +89,7 @@ QAbstractItemModel *SmGlobals::model(const QString &which){ } }else if(which == "PicFiles"){ if(!mModels.contains("PicFiles")){ - QStringList headers = QStringList() << tr("Filename") << tr("SizeNum") << tr("Format") << tr("Full Path") << tr("Id") << tr("Added") << tr("Md5Sum") << tr("Size"); + QStringList headers = QStringList() << tr("Filename") << tr("Size") << tr("Format") << tr("Full Path") << tr("Id") << tr("Added") << tr("Md5Sum") << tr("Pic. Size"); PicFilesModel *model = new PicFilesModel(headers); mModels.insert(which, model); } -- cgit v1.2.3-70-g09d2