[Digikam-devel] extragear/graphics/digikam/showfoto
Gilles Caulier
caulier.gilles at free.fr
Mon Jan 2 10:51:24 GMT 2006
SVN commit 493376 by cgilles:
Digikam 0.9.0 from trunk : fix showfoto setup dialog layout
CCMAIL: digikam-devel at kde.org
M +4 -2 setupeditor.cpp
M +4 -2 setupeditor.h
--- trunk/extragear/graphics/digikam/showfoto/setupeditor.cpp #493375:493376
@@ -1,9 +1,9 @@
/* ============================================================
* Author: Gilles Caulier <caulier dot gilles at free.fr>
* Date : 2005-04-02
- * Description : setup tab for showfoto image editor options.
+ * Description : setup showfoto tab.
*
- * Copyright 2005 by Gilles Caulier
+ * Copyright 2005-2006 by Gilles Caulier
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
@@ -110,6 +110,8 @@
// --------------------------------------------------------
+ layout->addStretch();
+
readSettings();
}
--- trunk/extragear/graphics/digikam/showfoto/setupeditor.h #493375:493376
@@ -1,9 +1,9 @@
/* ============================================================
* Author: Gilles Caulier <caulier dot gilles at free.fr>
* Date : 2005-04-02
- * Description : setup tab for showfoto image editor options.
+ * Description : setup showfoto tab.
*
- * Copyright 2005 by Gilles Caulier
+ * Copyright 2005-2006 by Gilles Caulier
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
@@ -54,6 +54,8 @@
QCheckBox *m_showSplashCheck;
QCheckBox *m_useTrashCheck;
+private:
+
void readSettings();
};
More information about the Digikam-devel
mailing list