Questions tagged as 'gui'

1
answer

I can not open another Form of PyQt5

I can not get the other window of my file to appear. Code: # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'testando.ui' # # Created by: PyQt5 UI code generator 5.9 # # WARNING! All changes made in this file wi...
asked by 17.09.2017 / 19:32
0
answers

Graphics interface package

I'm trying to start a very large project to start learning Python better and some other concepts, I have some basic knowledge about the language, I've done some scripts, mainly plugins for the Blender . But now I want to create a much more c...
asked by 18.09.2017 / 13:01
1
answer

Two or more ScrollViews with background in same BoxLabel with Kivy

I'm creating a simple GUI with Kivy in Python 3x and I've had trouble putting two ScrollViews on the same BoxLabel. The way I put it, in the attached code, the items look like this: With ScrollViews But it was expected that they would lo...
asked by 24.11.2016 / 04:44
0
answers

How to connect the dialog boxes in QTdesigner and execute py from them?

I'm new to programming in python and I already have some doubts. A friend created two codes for me in py using pu 2.7 , Numpy and SciPy . I have created an interface for these codes but I do not know how to connect them. I c...
asked by 15.04.2016 / 02:22
1
answer

Code hangs the window

I have this code in my game and check if it has passed 400 milliseconds, and then it updates. public void setUpdatePosition(int posicao, long tempo, int posX, int posY) { long previous = System.nanoTime(); Point ponto = new Point(tile...
asked by 27.09.2017 / 22:16