lx.ui 795 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>日志信息</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="1" column="0">
  18. <widget class="QTextBrowser" name="textBrowser"/>
  19. </item>
  20. <item row="0" column="0">
  21. <widget class="QLabel" name="label">
  22. <property name="text">
  23. <string>训练信息</string>
  24. </property>
  25. <property name="alignment">
  26. <set>Qt::AlignCenter</set>
  27. </property>
  28. </widget>
  29. </item>
  30. </layout>
  31. </widget>
  32. <resources/>
  33. <connections/>
  34. </ui>