|
def | __init__ (self, mainwindow, parent=None, flags=QtCore.Qt.WindowFlags()) |
|
def | addMainLayout (self) |
| Creates the main (central) layout for controls. More...
|
|
def | init (self) |
|
def | to_info (self) |
|
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.CwInfoDialog.__init__ |
( |
|
self, |
|
|
|
mainwindow, |
|
|
|
parent = None , |
|
|
|
flags = QtCore.Qt.WindowFlags() |
|
) |
| |
◆ addMainLayout()
def pycross.forms.CwInfoDialog.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.
◆ init()
def pycross.forms.CwInfoDialog.init |
( |
|
self | ) |
|
Initializes control values from mainwindow.cw.
◆ to_info()
def pycross.forms.CwInfoDialog.to_info |
( |
|
self | ) |
|
◆ btn_stats
pycross.forms.CwInfoDialog.btn_stats |
◆ de_date
pycross.forms.CwInfoDialog.de_date |
◆ layout_controls
pycross.forms.CwInfoDialog.layout_controls |
◆ le_author
pycross.forms.CwInfoDialog.le_author |
◆ le_copyright
pycross.forms.CwInfoDialog.le_copyright |
◆ le_editor
pycross.forms.CwInfoDialog.le_editor |
◆ le_publisher
pycross.forms.CwInfoDialog.le_publisher |
◆ le_title
pycross.forms.CwInfoDialog.le_title |
◆ mainwindow
pycross.forms.CwInfoDialog.mainwindow |
The documentation for this class was generated from the following file: