Skip to content

Latest commit

 

History

History
 
 

README.md

Simple examples

Example 1

Shows the most simple way to create windows forms application using pyforms.

Simple example

Example 2

Shows you how to organize the forms using the variable "self.formset".

Simple example

Example 3

Shows you how to organize the forms side by side using the variable "self.formset".

Simple example

Example 4

Shows you how to define tabs using dictionaries in the variable "self.formset".

Simple example

Example 5

Shows you how to define the application main menu using the BaseWidget.mainmenu property.

Simple example

Example 6

This example shows you how to implement a popup menu for a Control.

Simple example