orb.dialogs.upload_app.upload_app_dialog module

class orb.dialogs.upload_app.upload_app_dialog.AppFileChooser(**kwargs)

Bases: PopupDropShadow

selected_path

StringProperty(defaultvalue=u’’, **kw) Property that represents a string value.

Parameters:
defaultvalue: string, defaults to ‘’

Specifies the default value of the property.

class orb.dialogs.upload_app.upload_app_dialog.IconListItem(**kwargs)

Bases: OneLineIconListItem

icon

StringProperty(defaultvalue=u’’, **kw) Property that represents a string value.

Parameters:
defaultvalue: string, defaults to ‘’

Specifies the default value of the property.

class orb.dialogs.upload_app.upload_app_dialog.UploadAppDialog(**kwargs)

Bases: PopupDropShadow

archive()
open(*args)

Display the modal in the Window.

When the view is opened, it will be faded in with an animation. If you don’t want the animation, use:

view.open(animation=False)
set_item(app)
sign()
sprint(txt)
upload()