Skip to content

Commit

Permalink
Merge pull request #68 from Chocobo1/multi_delete
Browse files Browse the repository at this point in the history
Allow user to select & delete multiple user phrases at once
  • Loading branch information
Chocobo1 committed Mar 18, 2016
2 parents 9de9371 + d163ad3 commit 3bf8876
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/ChewingEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
<widget class="Notification" name="notification"/>
</item>
<item row="2" column="0" colspan="4">
<widget class="UserphraseView" name="userphraseView"/>
<widget class="UserphraseView" name="userphraseView">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 3bf8876

Please sign in to comment.