Dialog for editing DigitizeStateCurve settings. More...
#include <DlgSettingsDigitizeCurve.h>
Public Member Functions | |
DlgSettingsDigitizeCurve (MainWindow &mainWindow) | |
Single constructor. | |
virtual void | createOptionalSaveDefault (QHBoxLayout *layout) |
Let subclass define an optional Save As Default button. | |
virtual QWidget * | createSubPanel () |
Create dialog-specific panel to which base class will add Ok and Cancel buttons. | |
virtual void | load (CmdMediator &cmdMediator) |
Load settings from Document. | |
virtual void | setSmallDialogs (bool smallDialogs) |
If false then dialogs have a minimum size so all controls are visible. | |
Protected Member Functions | |
virtual void | handleOk () |
Process slotOk. |
Dialog for editing DigitizeStateCurve settings.
The preview window would should the selected cursor in the center, but there is no way to access the image of Qt::CrossCursor (QCursor::pixmap only works for custom cursors that were defined by a QPixmap)
Definition at line 26 of file DlgSettingsDigitizeCurve.h.