UI 文件中的连接 <hints> 部分

Connections <hints> section in UI file

我正在分析 xml,其中包含由 Qt Designer 生成的 UI。我遇到了我不明白其含义的条目。他们关注 signal/slot 连接:

  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>Dialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>248</x>
     <y>254</y>
    </hint>
    <hint type="destinationlabel">
     <x>157</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>

<hints> 部分包含什么信息?我在文档中没有找到任何关于它的信息,但很难猜测提示和标签的含义。

<hint> 有关于在 QtDesigner 中用于连接信号和槽的箭头位置的信息