kword
KWResizeTableDia Class Reference
#include <KWResizeTableDia.h>
Inherits KDialogBase.
Detailed Description
A dialog that can be used to resize columns of a table using numeric input.Definition at line 35 of file KWResizeTableDia.h.
Public Member Functions | |
KWResizeTableDia (QWidget *parent, KWTableFrameSet *table, KWDocument *doc, int resizeColumn) | |
Protected Slots | |
virtual void | slotOk () |
virtual void | slotApply () |
virtual void | slotUser1 () |
void | slotValueChanged (int pos) |
Protected Member Functions | |
void | setupTab1 (int resizeColumn) |
bool | doResize () |
Protected Attributes | |
QSpinBox * | m_value |
KWTableFrameSet * | m_table |
KWDocument * | m_doc |
KoUnitDoubleSpinBox * | m_position |
double | m_resetValue |
Constructor & Destructor Documentation
KWResizeTableDia::KWResizeTableDia | ( | QWidget * | parent, | |
KWTableFrameSet * | table, | |||
KWDocument * | doc, | |||
int | resizeColumn | |||
) |
Constructor.
- Parameters:
-
parent parent widget for dialog table the table to do the resizes on doc the document this table belongs to, for undo information resizeColumn the initial column that the user can resize.
Definition at line 31 of file KWResizeTableDia.cpp.
The documentation for this class was generated from the following files: