Tool Button keyboard focus?
I have a borderless window with 12 large tool buttons, and I want to let all of them have keyboard focus so they can be choosen by hitting TAB and activated by pressing Space. I am using ToolButtons instead of PushButtons because ToolButtons let me put the image above the text. Is there any way to do that with a PushButton?
Re: Tool Button keyboard focus?
Quote:
I want to let all of them have keyboard focus so they can be choosen by hitting TAB and activated by pressing Space.
I guess thats how they work :rolleyes:
Just tried the following - added about 6 tool buttons in designer and set them in gridlayout.. then it works with TAB and space as intended.
Have you done something else in your code ?