Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save onslauth/48119ada2213ce346535dd45ac5905de to your computer and use it in GitHub Desktop.
Save onslauth/48119ada2213ce346535dd45ac5905de to your computer and use it in GitHub Desktop.
BoxLayout:
size: root.size
pos: root.pos
orientation: "vertical"
FileChooserIconView:
id: filechooser
rootpath: os.path.expanduser('~') + "/UCPA"
filters: [ "*.scanit" ]
on_submit: root.double_clicked( )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment