Ui Template
Revision History
VERSION
AUTHOR
CHANGE
DATE
1.0
Burçin Büyükçakıroğlu
Ui
06.11.2014
1. Description
The document explains the usage of our interface functions with examples for developers creating a banking application.
2. Settings Qt Creater
The settings in the 'Build Settings' tab should be as follows. The step order specified in 'Build steps' must be in the same sequence.

2. Menu Structor
The menu consists of three sections:
• Header • Body • Footer
The body section of the menu can be used for three different purposes:
• List • Edit • Pop-up • Status
2.1 List Menu
The list menu allows the listing of submenus. Additionally, three buttons can be defined at the bottom.
To create a list menu, the following steps must be defined:

2.2 Pop-up Menu
The Pop-up menu is a type of menu that appears over the active menu and is used for purposes such as warnings, errors, information, and asking questions.

2.3 Status Notification Menu
This menu type is used to provide status notifications related to performed operations.

2.4 Edit Menu
The Edit Menu allows data entry using the keypad.

Last updated