class documentation
Constraint_Editor class.
Method | __init__ |
Prepares the constraint editor, but doesn't fully initialize it yet. |
Method | changed |
Sets the "changed" state. This updates the window title. |
Method | get |
Gets the list of constraints. |
Method | on |
Gets called after a table cell has been edited. |
Method | on |
Gets called after a row has been added to the table. |
Method | on |
Gets called after a row has been deleted from the table. |
Method | reload |
Reloads the constraint editor. |
Method | show |
Gets called when the dialog is opened. |
Method | update |
Populates the table. |
Constant | HTML |
Undocumented |
Class Variable |
|
Undocumented |
Class Variable |
|
Undocumented |
Instance Variable | changed |
Returns the "changed" state. |
Instance Variable | gui |
Undocumented |
Instance Variable | table |
Undocumented |
Instance Variable | text |
Undocumented |
Property | rows |
Gets the list of rows (constraint groups). |
Property | rows |
Gets the number of rows (constraint groups). |
Instance Variable | _changed |
Undocumented |
Instance Variable | _constraint |
Undocumented |
Inherited from QDialog2
:
Method | show |
Shows this dialog. |
Instance Variable | user |
Undocumented |
Inherited from QLayouted
(via QDialog2
):
Method | add |
Adds buttons. |
Method | add |
Adds layout. |
Method | add |
Adds spacing. |
Method | add |
Adds widget. |
Method | install |
Installs this layout in the parent. |
Instance Variable | _layout |
Undocumented |
Gets called after a table cell has been edited.
Parameters | |
value:str | Cell value |
row:int | Row index |
column:int | Column index |
HTML =
¶
Undocumented
Value |
|