Questions tagged as 'gui'

0
answers

GUI Sizing

Is everything good? I'm doing my first program in Java. How do I make it visually compatible with any monitor and resolution? I tried it once and the first time I tried it, I made the components and windows measuring on my monitor, but it looked...
asked by 11.05.2016 / 14:21
0
answers

Error inserting icon in JLabel

I'm doing a graphical interface in a java (maven) project and I'm having a problem trying to put an icon in JLabel. AndwhenIruntheprojectitgivesthefollowingerror: As I'm using the netebeans GUI, there's no way I can edit the code that i...
asked by 09.05.2016 / 18:58
0
answers

Remove events from the message queue

How can I prevent my class (UIView) from receiving a ring event when there are still events of the same type in the message queue?     
asked by 21.05.2015 / 12:24
3
answers

C ++ - How to create a window in windows

I'm starting to program for windows using c ++ and the DevC ++ program. How do I create a common window?     
asked by 01.05.2018 / 13:46
1
answer

Where can I use GUI with .NET Core?

I've seen some questions about GUI like one in C and the like, and I was curious about the use of a GUI with .NET Core on various platforms. I know it accepts UWP in Windows but not WPF or Windows Forms. And on the other desktop and mobile pla...
asked by 04.08.2017 / 15:06
1
answer

Collection of float data of an Entry Widget - Python Tkinter

I am developing a program for civil engineering calculations and I have a problem in the result of a Widget Entry, that same Entry is with you in an if condition as shown in the code below, but when I try to use the value typed in that field, th...
asked by 14.08.2018 / 04:19
2
answers

Python 3 and Tkinter: progress bar does not update during script execution

Hello. I'm creating a layout converter using Python 3.6.4 and Tkinter. Among other things, the GUI should have a progress bar that updates its value with each interaction of the conversion process, for example, every processed line of the fil...
asked by 12.03.2018 / 19:01
1
answer

GUI python: request for interface tips and or ide's for this

I'm redoing a small project I had done in Java, but now in Python. I'm learning everything from scratch and alone. I need help with this part. Which interface do you recommend? Are there any IDEs that work in design mode and things like that?...
asked by 28.09.2016 / 04:04
1
answer

c ++ - How to pass parameters between windows in Qt? [closed]

Hello, I'm trying to pass a Mat parameter from one window to another, being activated by the click of a button. The program normally compiles and executes, but when clicking the button that activates the event, the program of a chrash in the exe...
asked by 28.08.2016 / 00:54
1
answer

Problem with using QPixmap.scaled

Recently I'm learning to use PyQt4 , but I've had a question about using the line of code to modify the scale of an image: class Ui_Form(object): def setupUi(self, Form): Form.setObjectName(_fromUtf8("Form")) Form.res...
asked by 20.06.2016 / 18:55