Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Layout:
  2. self._layoutGL = QGridLayout()
  3.  
  4. self._layoutGL.addWidget(self._l_sim, 3, 1)
  5. self._layoutGL.addWidget(self._l_nao, 3, 4)
  6. self._layoutGL.addWidget(self._l_fome, 4, 2)
  7. self._layoutGL.addWidget(self._l_sede, 4, 3)
  8. self._layoutGL.addWidget(self._l_urinar, 2, 1)
  9. self._layoutGL.addWidget(self._l_posicao, 2, 4)
  10. self._layoutGL.addWidget(self._l_blank1, 2, 2)
  11. self._layoutGL.addWidget(self._l_blank2, 2, 3)
  12. self._layoutGL.addWidget(self._l_blank3, 3, 3)
  13. self._layoutGL.addWidget(self._l_blank4, 3, 2)
  14. self._layoutGL.addWidget(self._l_blank5, 4, 1)
  15. self._layoutGL.addWidget(self._l_blank6, 4, 4)
  16.  
  17.  
  18. self._layoutV = QVBoxLayout()
  19. self._layoutV.addWidget(self._l_ar,33)
  20. self._layoutV.addWidget(self._l_blank7,33)
  21. self._layoutV.addWidget(self._l_blank8,33)
  22. self._layoutV.addLayout(self._layoutGL)
  23. #self._layoutV.addWidget(self.conn_button)
  24. #self._layoutV.addWidget(self.clear_button)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement