4. Interface Introduction

[中文]

4.1. Software Interface

The BekenUIDesigner interface consists of the action bar, widget bar, widget tree, canvas area, and property panel, as shown below.

../_images/screen2.jpg

BekenUIDesigner interface

4.2. Action Bar

Action bar
  • New Project

    Click the new-icon icon in the action bar, select the project storage path, and click OK. The directory must be empty, and the directory name should not contain special characters or spaces.

  • Open Project

    Click the open-icon icon in the action bar, select a project file named project.bkproj, and click OK to open the project.

  • Save

    Click the save-icon icon in the action bar to save the current design progress.

  • Export

    Click the export-icon icon in the action bar to export target files according to the interface design.

  • Configuration

    Click the config-icon icon in the action bar to open the global configuration page.

4.3. Widget Bar

Click the Image widget or Text widget in the widget bar to add a new widget to the canvas.

../_images/widgets2.png

4.4. Widget Tree

The widget tree displays the widgets that have been added to the current canvas. Click a widget in the tree to select it, or click the delete icon to delete the corresponding widget.

../_images/tree.png

4.5. Property Panel

The property panel displays the properties of the currently selected widget. You can adjust the properties to control the display position and style of the widget.

../_images/text_props.png

4.6. Canvas

The canvas displays all widgets created in the current project. Click a widget to select it, drag the selection frame around the widget to resize it, or drag the widget to move it.

../_images/canvas.png