File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22#----------------------------------------------------------------------------------
33# Name: CtrlsDemoFrm
44# Purpose: More demonstration showing more controls, with more properties and
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22#----------------------------------------------------------------
33# Name: HelloDelphiFMX.py
44# Purpose: Simple DelphiFMX for Python demonstration with OOP
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22#----------------------------------------------------------------
33# Name: hello_highdpi.py
44# Purpose: Test of High DPI Awareness
@@ -69,4 +69,4 @@ def main():
6969 Application .MainForm .Destroy ()
7070
7171if __name__ == '__main__' :
72- main ()
72+ main ()
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22#----------------------------------------------------------------
33# Name: PasswordGenerator.py
44# Purpose: Password Generator built with DelphiFMX GUI Framework
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22#-----------------------------------------------
33# Name: Simplest.py
44# Purpose: The simplest demo of Delphi FMX
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22#----------------------------------------------------------------
33# Name: ToDoList.py
44# Purpose: Simple ToDo List built with Delphi FMX
You can’t perform that action at this time.
0 commit comments