|
def | __init__ (self, parent=None, flags=QtCore.Qt.WindowFlags()) |
|
def | addMainLayout (self) |
| Creates the main (central) layout for controls. More...
|
|
def | update_dir_icons (self) |
|
def | on_actdir (self, checked) |
|
def | __init__ (self, geometry=None, title=None, icon=None, parent=None, flags=QtCore.Qt.WindowFlags(), sizepolicy=QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)) |
| Constructor. More...
|
|
def | initUI (self, geometry=None, title=None, icon=None) |
| Creates the core controls: OK and Cancel buttons and layouts. More...
|
|
def | validate (self) |
| Validates user input (reimplemented in child classes). More...
|
|
def | on_btn_OK_clicked (self) |
| Fires when the OK button is clicked. More...
|
|
def | on_btn_cancel_clicked (self) |
| Fires when the Cancel button is clicked: rejects input and closes window. More...
|
|
◆ __init__()
def pycross.forms.ReflectGridDialog.__init__ |
( |
|
self, |
|
|
|
parent = None , |
|
|
|
flags = QtCore.Qt.WindowFlags() |
|
) |
| |
◆ addMainLayout()
def pycross.forms.ReflectGridDialog.addMainLayout |
( |
|
self | ) |
|
Creates the main (central) layout for controls.
Must be overridden by child classes to change the layout type (default = QtWidgets.QFormLayout
) and add controls.
Reimplemented from pycross.forms.BasicDialog.
◆ on_actdir()
def pycross.forms.ReflectGridDialog.on_actdir |
( |
|
self, |
|
|
|
checked |
|
) |
| |
◆ update_dir_icons()
def pycross.forms.ReflectGridDialog.update_dir_icons |
( |
|
self | ) |
|
◆ act_b0
pycross.forms.ReflectGridDialog.act_b0 |
◆ act_b1
pycross.forms.ReflectGridDialog.act_b1 |
◆ act_b2
pycross.forms.ReflectGridDialog.act_b2 |
◆ act_b3
pycross.forms.ReflectGridDialog.act_b3 |
◆ act_b4
pycross.forms.ReflectGridDialog.act_b4 |
◆ act_down
pycross.forms.ReflectGridDialog.act_down |
◆ act_left
pycross.forms.ReflectGridDialog.act_left |
◆ act_right
pycross.forms.ReflectGridDialog.act_right |
◆ act_up
pycross.forms.ReflectGridDialog.act_up |
◆ ag_border
pycross.forms.ReflectGridDialog.ag_border |
◆ ag_dir
pycross.forms.ReflectGridDialog.ag_dir |
◆ chb_mirror
pycross.forms.ReflectGridDialog.chb_mirror |
◆ chb_reverse
pycross.forms.ReflectGridDialog.chb_reverse |
◆ gb_options
pycross.forms.ReflectGridDialog.gb_options |
◆ l_border
pycross.forms.ReflectGridDialog.l_border |
◆ l_top
pycross.forms.ReflectGridDialog.l_top |
◆ layout_controls
pycross.forms.ReflectGridDialog.layout_controls |
◆ layout_gb_options
pycross.forms.ReflectGridDialog.layout_gb_options |
◆ tb_border
pycross.forms.ReflectGridDialog.tb_border |
◆ tb_dir
pycross.forms.ReflectGridDialog.tb_dir |
The documentation for this class was generated from the following file: