KPIMTextedit Library
21 #ifndef KPIMTEXTEDIT_TABLEFORMATDIALOG_H 22 #define KPIMTEXTEDIT_TABLEFORMATDIALOG_H 24 #include "kpimtextedit_export.h" 26 #include <KDE/KDialog> 28 #include <QTextLength> 32 class KPIMTEXTEDIT_EXPORT TableFormatDialog :
public KDialog
35 explicit TableFormatDialog( QWidget *parent );
42 void setColumns(
int );
44 void setBorder(
int );
47 void setPadding(
int );
50 void setSpacing(
int );
52 void setAlignment( Qt::Alignment alignment );
53 Qt::Alignment alignment()
const;
55 QTextLength::Type typeOfLength()
const;
56 void setTypeOfLength( QTextLength::Type type );
59 void setLength(
int );
61 QColor tableBackgroundColor()
const;
62 void setTableBackgroundColor(
const QColor &col );
64 bool useBackgroundColor()
const;
67 class TableFormatDialogPrivate;
68 TableFormatDialogPrivate *
const d;
72 #endif // KPIMTEXTEDIT_TABLEFORMATDIALOG_H Copyright (C) 2006 Laurent Montel montel@kde.org Copyright (C) 2008 Thomas McGuire mcguire@kde...
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Oct 28 2016 11:52:35 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.