Kstars
loggingform.cpp
30 constraints << QTextLength(QTextLength::PercentageLength, 25) << QTextLength(QTextLength::PercentageLength, 25)
31 << QTextLength(QTextLength::PercentageLength, 25) << QTextLength(QTextLength::PercentageLength, 25);
void createFinderChartLogger()
Create simple logging form for finder charts.
Definition loggingform.cpp:14
QString i18n(const char *text, const TYPE &arg...)
AlignHCenter
void setFont(const QFont &font, FontPropertiesInheritanceBehavior behavior)
Start
QTextTable * insertTable(int rows, int columns)
void insertText(const QString &text)
bool movePosition(MoveOperation operation, MoveMode mode, int n)
void setBorder(qreal width)
PercentageLength
QTextTableCell cellAt(const QTextCursor &cursor) const const
void mergeCells(const QTextCursor &cursor)
QTextCursor firstCursorPosition() const const
void setAlignment(Qt::Alignment alignment)
void setCellPadding(qreal padding)
void setCellSpacing(qreal spacing)
void setColumnWidthConstraints(const QList< QTextLength > &constraints)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.