A button based collection of custom_page widgets to use in your flow
Project description
kabaret.flow_button_pages
A collection of custom_page widgets to use in your flow, as well as an extended Home page showing thumbnail/icon and color for your Projects.
Button Home
The Button Home extends the default Home page will a few options.
Right click on an empty space on the Home page to access the Admin area. You will find the default Home with additional Home Settings:
- Show Status: Will show the Project status below its name.
- Show Archived: Will hide archived Project unless checked.
- Button Height: Height of each Project button.
- Default Thumbnail: Defines the thumbnail to use when no thumbnail is set on a Project.
As well as the Project Settings. You can edit them here, or with a right click on a Project button -> Configure
- Color: use an hex color here, it will change the button text color.
- Thumbnail: Define the thumbnail to show on the button. You can
use:
- A file path (! avoid backslashes !)
- A data uri. This will embed the image in the database. You can use Chrome Developers Tools to get it from an image.
- A classic kabaret resource identifier like
('icons.gui', 'start')
In order to create a new Project or edit a Project status, you still need
to use the classic controls (The actions are in the Admin area's
Projects
Map).
Usage
In your Session class, override the _create_actor()
method to create
a Flow actor using ButtonHomeRoot
as custom home root:
from kabaret.app.ui import gui
from kabaret.app.actors.flow import Flow
from kabaret.flow_button_pages import ButtonHomeRoot
class MySession(gui.KabaretStandaloneGUISession):
def _create_actors(self):
Flow(self, CustomHomeRootType=ButtonHomeRoot)
That's it ! \o/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for kabaret.flow_button_pages-0.1.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1203806690ac8b8259ea7141089d9ddf57c47a3ef17a351fcb33988f1d8f7864 |
|
MD5 | 47e410fe543a22a106579d72a5d40c02 |
|
BLAKE2b-256 | 23b82e3330458373e4471542271abb43849dfe75dab72a057642c5ec17d6822c |