Questions tagged as 'gui'

1
answer

How to block the resizing of a widget / window?

I'm setting a particular widget according to the size of the secondary monitor. This I was able to do perfectly. However, since I'm new to PyQt, I'd like to know how to block the resizing of the window. I mean, I want the user not to be ab...
asked by 17.10.2016 / 18:14
1
answer

IDE for Python that has GUI modeling

I would like to know if there is an IDE to program in Python that provides a tool to mount a GUI more easily, preferably with versions for Linux and Windows.     
asked by 04.08.2016 / 14:22
1
answer

Which component to use in PyQt4 to display records of an SQL query on the screen?

I'm developing a graphical desktop application in Python using PyQt4 (Qt Designer), my doubt is about which component to use to display on my screen frmTelaPesqAluno records of a SQL query, and how to use it? It is a component similar...
asked by 30.08.2015 / 20:46
2
answers

Clock in Python does not update

I'm trying to create a clock in PyGTK. But it looks like it gave some semantic error here: #!/usr/bin/env python2 # -*- coding: utf-8 -*- import pygtk pygtk.require('2.0') import gtk from datetime import * def relogio(): janela = gtk.Win...
asked by 23.10.2015 / 00:58
1
answer

Is there a way to create a repository in GitHub with an already developed project?

My problem is that I have a project on GitHub and this project is being developed by me and two other people. However, all of a sudden, I really do not know what happened, my project that was all organized, stopped allowing you to commit, push a...
asked by 29.06.2015 / 21:43
0
answers

Create "drawings" with windows API

Hello, I need help with the windows API when it comes to manipulating "drawings". My problem is that resizing or minimizing the window disappears everything that was printed on the console. This is what I have already been able to do about this...
asked by 06.06.2018 / 17:22
0
answers

How to change image of the startup icon of a .jar? [closed]

For example, change that cup of coffee to another icon.     
asked by 07.06.2017 / 22:05
1
answer

Why, when I change the size of the window, do the drawn components disappear?

I built an application using the windowbuilder of eclipse. In it, when clicking with the mouse, a figure is drawn according to the last button selected. However, when I change the size of the window, all the drawings disappear. After rea...
asked by 12.07.2016 / 14:30
1
answer

How to program GUI in C? [closed]

What APIs do I get to create GUI using C? I searched and found a GTK + call, but I want to know the name of other libraries to create GUI using C in the same GTK + style as Windows. If possible, post their respective sites.     
asked by 12.08.2015 / 15:04
1
answer

Which method can I use for the JButton edges do not appear?

I think the question already describes everything: What method can I use to make the borders of my JButton transparent (not appear) in Java?     
asked by 15.06.2015 / 06:10