AutoConfigFinishPage.ui 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AutoConfigFinishPage</class>
  4. <widget class="QWidget" name="AutoConfigFinishPage">
  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 notr="true"/>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string notr="true"/>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <spacer name="verticalSpacer">
  26. <property name="orientation">
  27. <enum>Qt::Vertical</enum>
  28. </property>
  29. <property name="sizeHint" stdset="0">
  30. <size>
  31. <width>20</width>
  32. <height>40</height>
  33. </size>
  34. </property>
  35. </spacer>
  36. </item>
  37. </layout>
  38. </widget>
  39. <resources/>
  40. <connections/>
  41. </ui>