pastie/tabpads.ui

77 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TabPads</class>
<widget class="QWidget" name="TabPads">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="listPads"/>
</item>
<item>
<widget class="QWidget" name="wdgPadInfos" native="true">
<layout class="QFormLayout" name="formLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="3" column="0">
<widget class="QLabel" name="lblPadArea">
<property name="text">
<string>Area</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="lblPadARatio">
<property name="text">
<string>Aspect Ratio</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblPadPos">
<property name="text">
<string>Position</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="lblPadOri">
<property name="text">
<string>Orientation</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Shape</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>