FreeCAD / src /Mod /CAM /Gui /TaskDlgPathCompound.ui
AbdulElahGwaith's picture
Upload folder using huggingface_hub
985c397 verified
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TaskDlgPathCompound</class>
<widget class="QWidget" name="TaskDlgPathCompound">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>315</width>
<height>404</height>
</rect>
</property>
<property name="windowTitle">
<string>Paths List</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Reorder children by dragging and dropping them to their correct location</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="PathsList">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::MoveAction</enum>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>