Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Graphic Ui
提交
1f5439dc
G
Graphic Ui
项目概览
OpenHarmony
/
Graphic Ui
大约 1 年 前同步成功
通知
13
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
Graphic Ui
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
1f5439dc
编写于
7月 08, 2021
作者:
L
liqiang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
change testcase text description
Change-Id: If9fd594e9757e6bf56318070d097e5e576287efa
上级
50ef4fc3
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
11 addition
and
11 deletion
+11
-11
test/uitest/test_border_margin_padding/ui_test_border_margin_padding.cpp
...t_border_margin_padding/ui_test_border_margin_padding.cpp
+1
-1
test/uitest/test_font/ui_test_font.cpp
test/uitest/test_font/ui_test_font.cpp
+2
-2
test/uitest/test_label/ui_test_label.cpp
test/uitest/test_label/ui_test_label.cpp
+6
-6
test/uitest/test_qrcode/ui_test_qrcode.cpp
test/uitest/test_qrcode/ui_test_qrcode.cpp
+2
-2
未找到文件。
test/uitest/test_border_margin_padding/ui_test_border_margin_padding.cpp
浏览文件 @
1f5439dc
...
...
@@ -609,7 +609,7 @@ void UITestBorderMarginPadding::UIKit_UITestBorderMarginPadding_Test_015()
UIQrcode
*
qrcode
=
new
UIQrcode
();
qrcode
->
SetStyle
(
style_
);
qrcode
->
Resize
(
60
,
60
);
// 60: height
qrcode
->
SetQrcodeInfo
(
"Hello
\n
鸿蒙轻量级
GUI"
);
qrcode
->
SetQrcodeInfo
(
"Hello
\n
HarmonyOS Lite
GUI"
);
listScroll_
->
Add
(
qrcode
);
}
...
...
test/uitest/test_font/ui_test_font.cpp
浏览文件 @
1f5439dc
...
...
@@ -276,7 +276,7 @@ void UITestFont::UIKitFontMultiLanguage001()
#else
label
->
SetFontId
(
F_ROBOTOCONDENSED_REGULAR_30_4
);
#endif
label
->
SetText
(
"Hello,
鸿蒙轻量级
GUI"
);
label
->
SetText
(
"Hello,
HarmonyOS Lite
GUI"
);
container_
->
Add
(
label
);
positionY_
+=
LABEL_HEIGHT
+
GAP
;
}
...
...
@@ -305,7 +305,7 @@ void UITestFont::UIKitFontMultiLanguage002()
#else
label
->
SetFontId
(
F_ROBOTOCONDENSED_REGULAR_30_4
);
#endif
label
->
SetText
(
"Hello
\n
鸿蒙轻量级
GUI"
);
label
->
SetText
(
"Hello
\n
HarmonyOS Lite
GUI"
);
container_
->
Add
(
label
);
positionY_
+=
LABEL_HEIGHT
*
2
+
GAP
;
// 2 : double
}
...
...
test/uitest/test_label/ui_test_label.cpp
浏览文件 @
1f5439dc
...
...
@@ -98,7 +98,7 @@ void UITestLabel::UIKit_UILabel_Test_Display_001()
uiViewGroupFrame
->
SetStyle
(
STYLE_BORDER_RADIUS
,
VIEW_STYLE_BORDER_RADIUS
);
uiViewGroupFrame
->
SetStyle
(
STYLE_BACKGROUND_OPA
,
0
);
uiLabel
=
new
UILabel
();
uiLabel
->
SetText
(
"
鸿蒙轻量级
图形子系统"
);
uiLabel
->
SetText
(
"
HarmonyOS Lite
图形子系统"
);
uiLabel
->
SetFont
(
DEFAULT_VECTOR_FONT_FILENAME
,
26
);
// 26: font size
uiLabel
->
SetPosition
(
0
,
141
,
280
,
336
);
// 141: y-coordinate; 280: width; 336: height
uiViewGroupFrame
->
Add
(
uiLabel
);
...
...
@@ -234,14 +234,14 @@ bool UITestLabel::OnClick(UIView& view, const ClickEvent& event)
}
else
if
(
&
view
==
labelBeyondBtn1_
)
{
uiLabel
->
Resize
(
288
,
35
);
// 288: width; 35: height
uiLabel
->
SetFont
(
DEFAULT_VECTOR_FONT_FILENAME
,
FONT_DEFAULT_SIZE
);
uiLabel
->
SetText
(
"
鸿蒙轻量级图形子系统,鸿蒙轻量级
图形子系统 "
);
uiLabel
->
SetText
(
"
HarmonyOS Lite 图形子系统,HarmonyOS Lite
图形子系统 "
);
uiLabel
->
SetLineBreakMode
(
UILabel
::
LINE_BREAK_CLIP
);
}
else
if
(
&
view
==
labelBeyondBtn2_
)
{
uiLabel
->
Resize
(
288
,
35
);
// 288: width; 35: height
uiLabel
->
SetText
(
"
鸿蒙轻量级图形子系统,鸿蒙轻量级
图形子系统 "
);
uiLabel
->
SetText
(
"
HarmonyOS Lite 图形子系统,HarmonyOS Lite
图形子系统 "
);
uiLabel
->
SetLineBreakMode
(
UILabel
::
LINE_BREAK_ELLIPSIS
);
}
else
if
(
&
view
==
labelBeyondBtn3_
)
{
uiLabel
->
SetText
(
"
鸿蒙轻量级图形子系统,鸿蒙轻量级
图形子系统 "
);
uiLabel
->
SetText
(
"
HarmonyOS Lite 图形子系统,HarmonyOS Lite
图形子系统 "
);
uiLabel
->
SetLineBreakMode
(
UILabel
::
LINE_BREAK_MARQUEE
);
}
else
{
ExpandClick
(
view
,
event
);
...
...
@@ -270,10 +270,10 @@ void UITestLabel::ExpandClick(UIView& view, const ClickEvent& event) const
}
else
if
(
&
view
==
labelDirectionBtn2_
)
{
uiLabel
->
SetDirect
(
TEXT_DIRECT_RTL
);
}
else
if
(
&
view
==
labelSizeBtn1_
)
{
uiLabel
->
SetText
(
"
鸿蒙轻量级图形子系统,鸿蒙轻量级
图形子系统 "
);
uiLabel
->
SetText
(
"
HarmonyOS Lite 图形子系统,HarmonyOS Lite
图形子系统 "
);
uiLabel
->
SetLineBreakMode
(
UILabel
::
LINE_BREAK_ADAPT
);
}
else
if
(
&
view
==
labelSizeBtn2_
)
{
uiLabel
->
SetText
(
"
鸿蒙轻量级图形子系统,鸿蒙轻量级
图形子系统 "
);
uiLabel
->
SetText
(
"
HarmonyOS Lite 图形子系统,HarmonyOS Lite
图形子系统 "
);
uiLabel
->
SetLineBreakMode
(
UILabel
::
LINE_BREAK_WRAP
);
}
}
...
...
test/uitest/test_qrcode/ui_test_qrcode.cpp
浏览文件 @
1f5439dc
...
...
@@ -75,7 +75,7 @@ void UITestQrcode::UIKitUIQrcodeTestDisplay001()
UIQrcode
*
qrcode
=
new
UIQrcode
();
qrcode
->
SetPosition
(
20
,
30
,
60
,
60
);
// 20 x 30 y 150 width 60 height
const
char
*
str
=
"Hello
\n
鸿蒙轻量级
GUI"
;
const
char
*
str
=
"Hello
\n
HarmonyOS Lite
GUI"
;
qrcode
->
SetQrcodeInfo
(
str
);
group
->
Add
(
qrcode
);
container_
->
Add
(
group
);
...
...
@@ -90,7 +90,7 @@ void UITestQrcode::UIKitUIQrcodeTestDisplay002()
UIQrcode
*
qrcode
=
new
UIQrcode
();
qrcode
->
SetPosition
(
20
,
30
);
// 20 x 30 y
const
char
*
str
=
"Hello
\n
鸿蒙轻量级
GUI"
;
const
char
*
str
=
"Hello
\n
HarmonyOS Lite
GUI"
;
qrcode
->
SetQrcodeInfo
(
str
);
qrcode
->
SetWidth
(
120
);
// 120 width
qrcode
->
SetHeight
(
250
);
// 250 height
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录