Questions tagged [qabstractbutton]

The QAbstractButton class, part of the Qt framework, is the abstract base class of button widgets, providing functionality common to buttons.

QAbstractButton is a Qt framework class which implements an abstract button. Subclasses of the class handle user actions, and specify how the button is drawn.

17 questions
0
votes
1 answer

Why QAbstractButton emit all signals when using keyboard navigation?

I have a couple of custom buttons derived from QAbstractButton with autoExclusive and checkable property TRUE witch are applied to the same parent.(so the only one item can be checked at the same time). The parent is a QDialog and i want whenever…
IMAN4K
  • 1,265
  • 3
  • 24
  • 42
0
votes
1 answer

How to turn off QAbstractButton animateClick when lineEdit has focus

I am new to QT GUI programming and I am using QT Creator. The problem I am seeing is with my pushbutton and line edit when the user presses the enter key. My program opens a groupbox and allows the user to enter a password and press ok or cancel.…
Ivory244
  • 975
  • 1
  • 8
  • 12
1
2