|
| setupcontainer = QWidget(self); |
| Create a container for all objects.
|
|
| layout = QVBoxLayout() |
| Set up a layout object.
|
|
| pixmap = QPixmap('Logo.png') |
|
◆ __init__()
TabFormWelcome.TabFormWelcome.__init__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
◆ Create()
TabFormWelcome.TabFormWelcome.Create |
( |
| self | ) |
|
◆ layout
TabFormWelcome.TabFormWelcome.layout = QVBoxLayout() |
Set up a layout object.
Add items to the layout.
Add the layout to the container.
◆ pixmap
TabFormWelcome.TabFormWelcome.pixmap = QPixmap('Logo.png') |
◆ setupcontainer
TabFormWelcome.TabFormWelcome.setupcontainer = QWidget(self); |
Create a container for all objects.
The documentation for this class was generated from the following file: