SIPPCompare/gui/platform_edit.ui
2025-01-28 15:25:41 +00:00

71 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PlatformEdit</class>
<widget class="QWidget" name="PlatformEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>771</width>
<height>502</height>
</rect>
</property>
<property name="windowTitle">
<string>Platform Editor</string>
</property>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>180</x>
<y>130</y>
<width>331</width>
<height>191</height>
</rect>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>329</width>
<height>189</height>
</rect>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>311</width>
<height>141</height>
</rect>
</property>
<item>
<property name="text">
<string>up to</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>210</x>
<y>160</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>