Hello,

I have QTableWidget in my UI, but I have a problem, because I cannot select a row with single click, but only with double click (selectionBehavior is selectRows). I tried with cellClicked(int, int) signal, but with no success. How can I solve that?