KPIMTextedit Library
21 #ifndef INSERTTABLEDIALOG_H
22 #define INSERTTABLEDIALOG_H
24 #include "kpimtextedit_export.h"
26 #include <QTextLength>
28 namespace KPIMTextEdit {
30 class KPIMTEXTEDIT_EXPORT InsertTableWidget :
public QWidget
34 explicit InsertTableWidget(QWidget *parent = 0);
40 void setColumns(
int col);
41 void setRows(
int rows);
42 void setBorder(
int border);
44 QTextLength::Type typeOfLength()
const;
45 void setTypeOfLength(QTextLength::Type type);
51 void slotTypeOfLengthChanged(
int);
54 class InsertTableWidgetPrivate;
55 InsertTableWidgetPrivate *
const d;
58 class KPIMTEXTEDIT_EXPORT InsertTableDialog :
public KDialog
61 explicit InsertTableDialog(QWidget *parent);
67 void setColumns(
int col);
68 void setRows(
int rows);
69 void setBorder(
int border);
72 QTextLength::Type typeOfLength()
const;
73 void setTypeOfLength(QTextLength::Type type);
79 class InsertTableDialogPrivate;
80 InsertTableDialogPrivate *
const d;
84 #endif // INSERTTABLEDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:01 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.