KPIMTextedit Library
21#ifndef KPIMTEXTEDIT_INSERTTABLEDIALOG_H
22#define KPIMTEXTEDIT_INSERTTABLEDIALOG_H
24#include "kpimtextedit_export.h"
32class KPIMTEXTEDIT_EXPORT InsertTableWidget :
public QWidget
36 explicit InsertTableWidget( QWidget *parent = 0 );
42 void setColumns(
int col );
43 void setRows(
int rows );
44 void setBorder(
int border );
46 QTextLength::Type typeOfLength()
const;
47 void setTypeOfLength( QTextLength::Type type );
50 void setLength(
int );
53 void slotTypeOfLengthChanged(
int );
56 class InsertTableWidgetPrivate;
57 InsertTableWidgetPrivate *
const d;
60class KPIMTEXTEDIT_EXPORT InsertTableDialog :
public KDialog
63 explicit InsertTableDialog( QWidget *parent );
69 void setColumns(
int col );
70 void setRows(
int rows );
71 void setBorder(
int border );
73 QTextLength::Type typeOfLength()
const;
74 void setTypeOfLength( QTextLength::Type type );
76 void setLength(
int );
79 class InsertTableDialogPrivate;
80 InsertTableDialogPrivate *
const d;
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.