34 lines
731 B
Plaintext
34 lines
731 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>GraphCentralWidget</class>
|
||
|
|
<widget class="QWidget" name="GraphCentralWidget">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>400</width>
|
||
|
|
<height>300</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>GraphCentralWidget</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>60</x>
|
||
|
|
<y>100</y>
|
||
|
|
<width>54</width>
|
||
|
|
<height>12</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>centralWidget</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|