1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated Home (markdown)

Fellippe Heitor 2018-06-17 13:50:20 -03:00
parent c0c04a988f
commit 3841807916

16
Home.md

@ -1,15 +1,21 @@
Welcome to the InForm wiki! <div align="center">
<img src="https://www.qb64.org/inform/images/Application-icon-128.png">
InForm's main goal is to generate event-driven QB64 applications. This means that you design a graphical user interface with interactive controls and then write the code to respond to such controls once they are manipulated. # Welcome to **InForm**'s wiki!
</div>
**InForm**'s main goal is to generate event-driven [**QB64**](https://www.qb64.org) applications. This means that you design a graphical user interface with interactive controls and then write the code to respond to such controls once they are manipulated.
# Interface # Interface
![](https://www.qb64.org/inform/images/UiEditorb8.png) InForm Designer's interface consists of a toolbox with all the controls you can add to your form, a list properties that are dynamically updated according to the currently selected control and a color mixer, which you use to send color data to the preview. The preview is loaded side-by-side with the editor and allows you to see in real time how your form is going to look after compiled.
The basic interface consists of a toolbox with all the controls you can add to your form, a properties frame and a color mixer, which you can manipulate freely. <div align="center">
<img src="https://www.qb64.org/inform/images/UiEditorb8.png">
</div>
# Controls # Controls
The following controls are available in this first beta: The following controls are available in this first beta. Click their names below to read more about each one:
![](https://www.qb64.org/inform/images/Controls.png) ![](https://www.qb64.org/inform/images/Controls.png)