Commit 11ed2b0
committed
fix: fix proxy method change handling and add type property
1. Fixed Connections target in PageSystemProxy.qml from 'item' to
'netItem' to properly handle method changes
2. Added 'type' property binding in PageSettings.qml to pass network
type to SectionGeneric
3. Added 'type' property declaration in SectionGeneric.qml with default
value NetType.WiredItem
Log: Fixed network proxy settings not updating when connection method
changes
Influence:
1. Test network proxy settings page to ensure method changes are
properly reflected
2. Verify that different network types (wired/wireless) display correct
configuration options
3. Test editing network settings to ensure all properties are properly
passed between components
4. Verify that proxy method changes trigger appropriate UI updates
fix: 修复代理方法变更处理并添加类型属性
1. 修复 PageSystemProxy.qml 中 Connections 目标从 'item' 改为
'netItem',以正确处理方法变更
2. 在 PageSettings.qml 中添加 'type' 属性绑定,将网络类型传递给
SectionGeneric
3. 在 SectionGeneric.qml 中添加 'type' 属性声明,默认值为
NetType.WiredItem
Log: 修复网络代理设置在连接方法变更时无法正确更新的问题
Influence:
1. 测试网络代理设置页面,确保方法变更能正确反映
2. 验证不同网络类型(有线/无线)显示正确的配置选项
3. 测试编辑网络设置,确保所有属性在组件间正确传递
4. 验证代理方法变更能触发适当的UI更新1 parent ba502cf commit 11ed2b0
File tree
3 files changed
+6
-4
lines changed- dcc-network/qml
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments