Storyboard
|
Simplified Dialog widget. This class and the associated widget classes are used to build simple dialogs. More...
#include <qswidget.h>
Public Slots | |
void | newTab (String &label) |
add a new tab to the dialog | |
void | newColumn () |
add a new column to the dialog | |
void | addSpace (int space) |
add spacers to the dialog layout | |
void | add (SCRIPT_QSWidget *widget) |
add widgets to the dialog | |
bool | exec () |
run the dialog in modal mode. Pressing ok accepts the dialog input. Pressing cancel cancels the dialog. | |
Properties | |
String | title |
it is the title of the dialog | |
int | width |
it is the width of the dialog | |
String | okButtonText |
it is the name of the ok button | |
String | cancelButtonText |
it is the name of the cancel button | |
Simplified Dialog widget. This class and the associated widget classes are used to build simple dialogs.
You can use it in Script Editor only.
|
slot |
add widgets to the dialog
|
slot |
add spacers to the dialog layout
|
slot |
run the dialog in modal mode. Pressing ok accepts the dialog input. Pressing cancel cancels the dialog.
|
slot |
add a new column to the dialog
|
slot |
add a new tab to the dialog
|
readwrite |
it is the name of the cancel button
|
readwrite |
it is the name of the ok button
|
readwrite |
it is the title of the dialog
|
readwrite |
it is the width of the dialog