Followers
0
Following
0
Joined
Last Online
-
nekotaroneko
In old version of pythonista , I could change images I'm looking using quick look by swiping but I cannot do it in new version. Is this bug?Can this be fixed?
-
nekotaroneko
@coomlata1 Thank you.Your code was helpful.
and file picker was not written by me but omz.
https://gist.github.com/omz/e3433ebba20c92b63111 -
nekotaroneko
@mikael The usage is very simple.Just select pyui file and push Make button and this helper makes simple code.
When you make GUI program TableView ,Button, and Switch, you must define many functinon like ~delegate.
This helps you make them. -
nekotaroneko
Git
2.26 updatedThis helps you make gui application
- select pyui file
- edit your code as you like
I recommend:
if you make exit button ,for example, its name should be 'bt_exit', if tableview, 'tv_something'. -