File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## StringGrid > stringgrid.py
2
+ ![ Python GUI App - StringGrid > stringgrid.py] ( https://github.com/shaunroselt/DelphiFMX4Python/assets/5418178/ceecb0ef-5cb9-4134-b751-650b708cd32f )
3
+
4
+
1
5
## PasswordGenerator.py
2
6
![ Python GUI App - PasswordGenerator.py] ( https://github.com/shaunroselt/DelphiFMX4Python/assets/5418178/8ac2aa72-44f2-4cf3-9f1f-60929cf41c60 )
3
7
8
+
4
9
## ControlsDesktop > controlsdemo.py
5
10
![ Python GUI App - ControlsDesktop > controlsdemo.py] ( https://github.com/shaunroselt/DelphiFMX4Python/assets/5418178/70348e6c-e9d0-4314-8204-d0a7fef2eb58 )
6
11
Original file line number Diff line number Diff line change 4
4
class StringGridSample (Form ):
5
5
6
6
def __init__ (self , owner ):
7
+ self .caption = "String Grid Sample"
8
+
7
9
self .string_grid = StringGrid (self )
8
10
self .currency_column1 = CurrencyColumn (self .string_grid )
9
11
self .glyph_column1 = GlyphColumn (self .string_grid )
@@ -185,4 +187,4 @@ def main():
185
187
186
188
187
189
if __name__ == "__main__" :
188
- main ()
190
+ main ()
You can’t perform that action at this time.
0 commit comments