Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
创建像 a 这样简单的东西时Combo,为什么要使用FormLayoutwithFormData而不是设置边界?
Combo
FormLayout
FormData
使用布局可以更轻松地支持不同的操作系统、用户设置、分辨率。它还有助于更好地处理窗口大小调整。例如,不同的操作系统有不同的字体大小(或者某些用户可能会设置不同的默认字体)——所以如果你没有在所有可能的设置上测试你的 UI,文本可能会被剪裁。