2018-11-01 10:38:14 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2018-11-01 14:07:42 -04:00
|
|
|
<class>ExtenWindow</class>
|
|
|
|
<widget class="QMainWindow" name="ExtenWindow">
|
2018-11-01 10:38:14 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2018-11-01 18:47:19 -04:00
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-12-21 14:18:43 -05:00
|
|
|
<widget class="QWidget">
|
|
|
|
<layout class="QVBoxLayout">
|
2018-11-01 17:02:52 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="extenList">
|
2019-08-29 13:46:21 -04:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
2018-11-01 17:02:52 -04:00
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::InternalMove</enum>
|
|
|
|
</property>
|
|
|
|
<property name="defaultDropAction">
|
|
|
|
<enum>Qt::MoveAction</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-11-01 14:07:42 -04:00
|
|
|
</widget>
|
2018-11-01 10:38:14 -04:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|