1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>FormLink</class>
- <widget class="QWidget" name="FormLink">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>440</width>
- <height>240</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>440</width>
- <height>240</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>440</width>
- <height>240</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>查找服务器</string>
- </property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QTableWidget" name="tableWidget">
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QPushButton" name="pushButton_manset">
- <property name="maximumSize">
- <size>
- <width>80</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>人工配置</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|