KPIMTextedit Library
21 #ifndef KPIMTEXTEDIT_TABLEFORMATDIALOG_H
22 #define KPIMTEXTEDIT_TABLEFORMATDIALOG_H
24 #include "kpimtextedit_export.h"
26 #include <KDE/KDialog>
28 #include <QTextLength>
30 namespace KPIMTextEdit {
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.