gui tag

26 questions


2 answers
54 views
0
About the Python GUI

I would like to use the GUI application in Python, but please tell me which tools can be easily placed like VB and VBA.The only thing I know is the QT Designer, but I heard that there is a license fee...

2 years ago

2 answers
79 views
0
Is there any C++ graphics library/framework that supports GUI together?

There are many graphics (directX, openGL-based) libraries, but I couldn't see the GUI (buttons, text boxes, etc.) class together.I looked it upopenFrameworks: I think this is the best fit, but I don't...

2 years ago

1 answers
60 views
0
I need to develop a window program with c++, how do you handle GUI these days?

I was going to develop a Win32 API for C++, but now that I'm trying to create a custom GUI, it feels like I'm making a new wheel.What kind of Gui framework/library do you use for developing Windows wi...

2 years ago

2 answers
107 views
0
How do I program the GUI in C++?

Recently, I learned C++, and I realized that I had to do GUI programming to make something that actually looked like a program.I looked into the data, and there were a lot of themI'm learning somethin...

2 years ago

1 answers
136 views
0
Python 3.6 PyQt5 questions

Questions about list.py and ui and view.py. I worked with PyQt5 and used pimysql. Please reply.


1 answers
96 views
0
Error creating python tkinter radio button after saving

import tkinter as tkdef func1(): label.config(text = 'Button 1')def func2(): label.config(text = 'Button 2')sel = tk.IntVar()sel.set(1)label = tk.Label(root, text = 'Select Button')label.pack()rb1 = t...

2 years ago

1 answers
113 views
0
I have a question about implementing Gui using pyqt4.

First of all, there is a sauce that is salty from Python using opencv. The content of the source is, roughly speaking, the source that reads the image img, finds a square inside the img, and recognize...

2 years ago

1 answers
108 views
0
What are some GUI development tools that include Fortran code?

Hi, how are you?I am a student who is currently working on numerical analysis.Generally, in the field of numerical analysis, the calculation speed is It is known to be the fastest, so we are developin...

2 years ago

1 answers
61 views
0
Javagui NullPointerException error.

package music_game_1;import java.awt.Color;import java.awt.Graphics;import java.awt.Image;import java.awt.event.MouseAdapter;import java.awt.event.MouseEvent;import java.awt.event.MouseMotionAdapter;i...

2 years ago

2 answers
57 views
0
I want to make a panel that shows information used by space centers like NASA.

I'm sorry it's such a comprehensive question. I'd like to make a program like NASA or space center to launch information on satellites or rockets, and I'm good at using c, python. Could you recommend ...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.