26 questions
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...
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...
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...
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...
Questions about list.py and ui and view.py. I worked with PyQt5 and used pimysql. Please reply.
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...
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...
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...
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...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.