FreeCAD/src/Mod/Sketcher/Gui/TaskSketcherConstrains.ui
2011-10-10 13:44:52 +00:00

67 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SketcherGui::TaskSketcherConstrains</class>
<widget class="QWidget" name="SketcherGui::TaskSketcherConstrains">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>176</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Filter:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxFilter">
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>All</string>
</property>
</item>
<item>
<property name="text">
<string>Normal</string>
</property>
</item>
<item>
<property name="text">
<string>Datums</string>
</property>
</item>
<item>
<property name="text">
<string>Named</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QListWidget" name="listWidgetConstraints">
<property name="modelColumn">
<number>0</number>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>