diff options
| author | tassaron | 2017-06-15 23:13:36 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-15 23:13:36 -0400 |
| commit | ee8031925fcd93d7bedceff6e98a06f3806426b3 (patch) | |
| tree | 99fd013c1c87f6bb1d2ed22859b56b0bced081bc /mainwindow.ui | |
| parent | c05efc73ee069fe2eb8776a27b503ada2adb4af6 (diff) | |
drag events for component list now working!
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index af47cee..e892959 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>1008</width> - <height>575</height> + <width>1028</width> + <height>592</height> </rect> </property> <property name="sizePolicy"> @@ -175,6 +175,9 @@ <height>16777215</height> </size> </property> + <property name="acceptDrops"> + <bool>true</bool> + </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> @@ -188,7 +191,7 @@ <bool>true</bool> </property> <property name="dragEnabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="dragDropOverwriteMode"> <bool>false</bool> |
