97 lines
2.0 KiB
XML
97 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CHistorianPage</class>
|
|
<widget class="QWidget" name="CHistorianPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>966</width>
|
|
<height>706</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QLineEdit" name="mZTPortLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>90</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>2183</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="mZTIPAddressLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>90</y>
|
|
<width>231</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>192.168.50.220</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mConnectBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>90</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Connecter</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mSEISimTitleLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>40</y>
|
|
<width>411</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Simulateur Historien PI</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::AutoText</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTreeWidget" name="mHistorianDataTreeWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>140</y>
|
|
<width>551</width>
|
|
<height>551</height>
|
|
</rect>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|