123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>WindowAppGvlView</class>
- <widget class="QWidget" name="WindowAppGvlView">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>910</width>
- <height>604</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>WindowAppGvlView</string>
- </property>
- <widget class="WindowAppVariableTable" name="tableVariable">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>881</width>
- <height>531</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>580</y>
- <width>871</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <customwidgets>
- <customwidget>
- <class>WindowAppVariableTable</class>
- <extends>QTableWidget</extends>
- <header location="global">WindowAppVariableTable.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|