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