findserver.ui 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormLink</class>
  4. <widget class="QWidget" name="FormLink">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>440</width>
  10. <height>240</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>440</width>
  16. <height>240</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>440</width>
  22. <height>240</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>查找服务器</string>
  27. </property>
  28. <property name="layoutDirection">
  29. <enum>Qt::RightToLeft</enum>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout">
  32. <item row="0" column="0">
  33. <widget class="QTableWidget" name="tableWidget">
  34. <property name="layoutDirection">
  35. <enum>Qt::LeftToRight</enum>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="1" column="0">
  40. <widget class="QPushButton" name="pushButton_manset">
  41. <property name="maximumSize">
  42. <size>
  43. <width>80</width>
  44. <height>16777215</height>
  45. </size>
  46. </property>
  47. <property name="text">
  48. <string>人工配置</string>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <resources/>
  55. <connections/>
  56. </ui>