mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-10-15 18:55:09 +08:00
update doc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# GuiLite 揭示UI原理,打造你自己的UI(框架)- 开发者qq群:527251257
|
||||

|
||||
|
||||

|
||||
,[界面布局方法](doc/HowLayoutWork.md),[消息传递方法](doc/HowMessageWork.md)
|
||||
|
||||
超轻量UI框架 - GuiLite是由6千行左右的C/C++代码编写而成,它像MFC,QT一样为开发者提供界面支持。
|
||||
|
||||
|
10
doc/HowLayoutWork.md
Normal file
10
doc/HowLayoutWork.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# How to layout widgets for GuiLiteSamples::HostMonitor?
|
||||
|
||||
All widgets was description with struce WND_TREE and ?.xml.cpp files
|
||||
|
||||
## How to layout slid group?
|
||||

|
||||
## How to layout single slide?
|
||||

|
||||
## How to layout dialog?
|
||||

|
10
doc/HowMessageWork.md
Normal file
10
doc/HowMessageWork.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# How messages work for GuiLiteSamples::HostMonitor?
|
||||
|
||||
## How real time message(draw waves) work?
|
||||

|
||||
|
||||
## How click button message work?
|
||||

|
||||
|
||||
## How left/right flip message work?
|
||||

|
BIN
doc/click_button.png
Normal file
BIN
doc/click_button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
doc/draw_wav.png
Normal file
BIN
doc/draw_wav.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
doc/flip.png
Normal file
BIN
doc/flip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
BIN
doc/layout_dialog.png
Normal file
BIN
doc/layout_dialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
BIN
doc/layout_single_slide.png
Normal file
BIN
doc/layout_single_slide.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
BIN
doc/layout_slide_group.png
Normal file
BIN
doc/layout_slide_group.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
Reference in New Issue
Block a user