summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/TODO2
-rw-r--r--noncore/graphics/opie-eye/gui/imageinfoui.cpp10
2 files changed, 6 insertions, 6 deletions
diff --git a/noncore/graphics/opie-eye/TODO b/noncore/graphics/opie-eye/TODO
index e31cb73..8dbf35e 100644
--- a/noncore/graphics/opie-eye/TODO
+++ b/noncore/graphics/opie-eye/TODO
@@ -4,3 +4,3 @@ Todo for Opie-Eye
On small screens one could toggle this Widget into the View but on BigScreen it would
- be a full widget OToggleSplitter
+ be a full widget -> OToggleSplitter
diff --git a/noncore/graphics/opie-eye/gui/imageinfoui.cpp b/noncore/graphics/opie-eye/gui/imageinfoui.cpp
index 2580215..3463ba6 100644
--- a/noncore/graphics/opie-eye/gui/imageinfoui.cpp
+++ b/noncore/graphics/opie-eye/gui/imageinfoui.cpp
@@ -31,5 +31,5 @@ imageinfo::imageinfo(const QString&_path, QWidget* parent, const char* name, WF
setName( "imageinfo" );
- resize( 289, 335 );
+ resize( 289, 335 );
setCaption( tr( "Image info" ) );
- imageinfoLayout = new QVBoxLayout( this );
+ imageinfoLayout = new QVBoxLayout( this );
imageinfoLayout->setSpacing(2);
@@ -49,3 +49,3 @@ imageinfo::imageinfo(const QString&_path, QWidget* parent, const char* name, WF
imageinfoLayout->addWidget( fnameLabel);
-
+
TextView1 = new QTextView( this, "TextView1" );
@@ -58,3 +58,3 @@ imageinfo::imageinfo(const QString&_path, QWidget* parent, const char* name, WF
imageinfoLayout->addWidget( TextView1 );
-
+
SlaveMaster* master = SlaveMaster::self();
@@ -73,3 +73,3 @@ void imageinfo::slotChangeName(const QString&_path)
SlaveMaster::self()->imageInfo( currentFile );
-
+
QPixmap*m_pix = PPixmapCache::self()->cachedImage( _path, THUMBSIZE,THUMBSIZE );