ui tag

177 questions


1 answers
90 views
0
Error installing react-draggable npm and cannot be installed.

When I tried to install a package called react-draggable on an existing React project, an error occurred and I am having trouble installing it.Run CommandsExecuted the following command:npm install re...

1 years ago

1 answers
53 views
0
Understanding Radio Button Specifications in the Onsen UI

Understanding Radio Button Specifications in the Onsen UI I am creating an app on Monaca using the Onsen UI.I am using the radio button on the Onsen UI, but if the text of the item is long, it will ca...

1 years ago

2 answers
76 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
59 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
104 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
135 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
93 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
112 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
106 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
59 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
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.