![]() |
Scribus
Open source desktop publishing at your fingertips
|
A QInputDialog clone with ScrSpinBox widget. More...
#include <scinputdialog.h>
Public Member Functions | |
ScInputDialog (QWidget *parent=0, const char *name=0, bool modal=false) | |
virtual void | changeEvent (QEvent *e) |
Public Attributes | |
QLabel * | entryLabel |
ScrSpinBox * | entrySpin |
QPushButton * | buttonOk |
QPushButton * | buttonCancel |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
QVBoxLayout * | ScInputDialogLayout |
QHBoxLayout * | labelEntryLayout |
QHBoxLayout * | buttonLayout |
A QInputDialog clone with ScrSpinBox widget.