diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-12-24 14:34:53 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-26 13:08:49 -0800 |
commit | b86c70ab2ce91c46355a71008334aa6743caa1e6 (patch) | |
tree | 6d734882c16b18b7d913da1dd683b5f70ba32398 /desktop-widgets/listfilter.ui | |
parent | 931947b852aaa25e62715f2d8d275c0bd47fa3d5 (diff) | |
download | subsurface-b86c70ab2ce91c46355a71008334aa6743caa1e6.tar.gz |
Turn filter list options into context menu
Let the menu introduced in commit 5e86442bab680b79fbd3cd490091ab9f14252e94
pop up on right-click instead of button-click.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/listfilter.ui')
-rw-r--r-- | desktop-widgets/listfilter.ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop-widgets/listfilter.ui b/desktop-widgets/listfilter.ui index dcdcd932e..48d813d21 100644 --- a/desktop-widgets/listfilter.ui +++ b/desktop-widgets/listfilter.ui @@ -51,16 +51,6 @@ </property> </widget> </item> - <item> - <widget class="QToolButton" name="selectionButton"> - <property name="text"> - <string>...</string> - </property> - <property name="popupMode"> - <enum>QToolButton::InstantPopup</enum> - </property> - </widget> - </item> </layout> </item> <item> |