|
@@ -0,0 +1,76 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ui version="4.0">
|
|
|
+ <class>Form</class>
|
|
|
+ <widget class="QWidget" name="Form">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>600</width>
|
|
|
+ <height>510</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>Form</string>
|
|
|
+ </property>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="text">
|
|
|
+ <string>Servers</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QScrollArea" name="scrollArea">
|
|
|
+ <property name="widgetResizable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>572</width>
|
|
|
+ <height>457</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QTableWidget" name="tableWidget">
|
|
|
+ <row>
|
|
|
+ <property name="text">
|
|
|
+ <string>Localhost</string>
|
|
|
+ </property>
|
|
|
+ </row>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>Select</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>Name</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>AETitle</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ <column>
|
|
|
+ <property name="text">
|
|
|
+ <string>Address</string>
|
|
|
+ </property>
|
|
|
+ </column>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|