Questions tagged as 'qgridlayout'

1
answer

QGridLayout to arrange the elements at the top of the screen

I am using QGridLayout in Pyqt5 to build a window in python. What I want to do is that the elements are not available to occupy the entire width and height of the window, but they are grouped in the upper area of the window. My code is: def __...
asked by 13.08.2018 / 13:30
2
answers

Horizontal ScrollView. Distribute the content in several lines. Hangman game

I'm trying to solve the hangman game on android and my problem is that I have a HorizontalScrollView, which contains a Grid Layout. I fill it with buttons, one for each letter of the alphabet. My problem is that the buttons I put them all...
asked by 18.12.2018 / 20:16