Scribus
Open source desktop publishing at your fingertips
|
#include <inserttablecolumnsdialog.h>
Public Types | |
enum | Position { Before, After } |
This enum specifies positions at which the user can insert columns. More... | |
Public Member Functions | |
InsertTableColumnsDialog (int appMode, QWidget *parent=0) | |
Constructs a new dialog for inserting columns. appMode is the current application mode. | |
int | numberOfColumns () const |
Returns the number of columns the user entered. | |
Position | position () const |
Returns the position the user picked. | |
This is the dialog used during insertion of columns into tables.