Compare commits
2 Commits
b5a0aa63a4
...
491961daf1
Author | SHA1 | Date |
---|---|---|
|
491961daf1 | |
|
66f1221943 |
|
@ -1 +1 @@
|
||||||
Subproject commit 326fbdeeb8cb85e2462e591894e46c0f93a0e2c8
|
Subproject commit 97c6b7cb0d43c068eba9db14beda88e645df0e2b
|
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(ProtocolParser_APP VERSION 1.0.4 LANGUAGES CXX)
|
project(ProtocolParser_APP VERSION 1.0.5 LANGUAGES CXX)
|
||||||
|
|
||||||
set(RIBBONUI_BUILD_EXAMPLES OFF)
|
set(RIBBONUI_BUILD_EXAMPLES OFF)
|
||||||
add_subdirectory(3rdparty/RibbonUI)
|
add_subdirectory(3rdparty/RibbonUI)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="app_source/resources/imgs/icon.png" alt="Logo" style="width:40%; height:auto;">
|
<img src="app_source/resources/imgs/icon.png" alt="Logo" style="width:40%; height:auto;">
|
||||||
</div>
|
</div>
|
||||||
<h1 align="center"> ProtocolParser 协议解析器 V1.0.4</h1>
|
<h1 align="center"> ProtocolParser 协议解析器 V1.0.5</h1>
|
||||||
|
|
||||||
## 一、介绍
|
## 一、介绍
|
||||||
这是一个用于与DKY的THM3682实验箱搭配使用的上位机协议解析器,具体如何使用请看[使用说明](#使用说明)。
|
这是一个用于与DKY的THM3682实验箱搭配使用的上位机协议解析器,具体如何使用请看[使用说明](#使用说明)。
|
||||||
|
|
|
@ -103,7 +103,7 @@ Item{
|
||||||
height: parent.height
|
height: parent.height
|
||||||
RibbonMessageListView{
|
RibbonMessageListView{
|
||||||
id: data_view
|
id: data_view
|
||||||
top_padding: control.top_padding + data_title_bar.height
|
top_padding: control.top_padding + data_title_bar.height + (!RibbonTheme.modern_style ? 10 : 0)
|
||||||
bottom_padding: bottom_bar.height
|
bottom_padding: bottom_bar.height
|
||||||
width: parent.width / 2
|
width: parent.width / 2
|
||||||
delegate: ZigBeeMessage{
|
delegate: ZigBeeMessage{
|
||||||
|
|
Loading…
Reference in New Issue