The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QTextTable

PUBLIC METHODS

QTextTable(QTextDocument * doc)
~QTextTable()
void appendColumns(int count)
void appendRows(int count)
QTextTableCell cellAt(int position)
QTextTableCell cellAt(const QTextCursor & c)
QTextTableCell cellAt(int row, int col)
int columns()
QTextTableFormat format()
void insertColumns(int pos, int num)
void insertRows(int pos, int num)
void mergeCells(const QTextCursor & cursor)
void mergeCells(int row, int col, int numRows, int numCols)
void removeColumns(int pos, int num)
void removeRows(int pos, int num)
void resize(int rows, int cols)
QTextCursor rowEnd(const QTextCursor & c)
QTextCursor rowStart(const QTextCursor & c)
int rows()
void setFormat(const QTextTableFormat & format)
void splitCell(int row, int col, int numRows, int numCols)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html