Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Deselection event for QTableWidgetItem
Forum Updated to NodeBB v4.3 + New Features

Deselection event for QTableWidgetItem

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtablewidgetqtoolbarqtablewidgetit
2 Posts 2 Posters 487 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ArthurLodbrock
    wrote on 9 May 2020, 06:40 last edited by
    #1

    Hi! I have lots of buttons on a toolbar and I want to deselect some of them when there are no selected elements in QTableWidget. How can I do this? There are signals for detection selection of elements, but what about deselection?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 9 May 2020, 07:25 last edited by Christian Ehrlicher 5 Sept 2020, 07:25
      #2

      As I already wrote on SO use selectionChanged() / itemSelectionChanged() signals ... when nothing is selected, you can't deselect items so how do you want to achieve a deselect here?

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      1

      1/2

      9 May 2020, 06:40

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved