Questions tagged [gui-designer]

96 questions
0
votes
1 answer

Image not displaying in JTable (Java Swing)

Hi I have created the following code. The problem is the image is not displaying in the JTable column. I extend the DefaultTableModel and override the method getColumnClass. It was suggested this was one way to do it. Any clues? the code is…
p p
-1
votes
1 answer

Writing C++ GUI Code without Visual Studio

I don’t have Visual Studio for C++ GUI(Because I don’t want to install such a big thing on my pc). And I don’t have any problem with working with some really simple code editor like Sublime Text or Code Blocks IDE for console C++(of course). But the…
InfoDaneMent
  • 326
  • 3
  • 18
-1
votes
1 answer

Animating a turntable using Matlab's GUIDE

I have an application where I have a stepper motor connected to a turntable. The stepper motor's driver is controlled serially via Matlab.That is, I can control the angle through which the stepper motor turns the turntable and the speed at which it…
-2
votes
1 answer

Reorganize QT Menu Actions from ui designer

After some developing QT app, I need to reorganize my QActions in some different menus. I know, I can do it manually through editing generated ui_mainwindow.h, but it's not the right way. (As I would need to do it every rebuild). Is there a possible…
Ksantor
  • 1
  • 2
-2
votes
1 answer

Angular page builder / ui Builder

Edit: I have tried with "Form Array in Angular 9 to create the question with the type text,text area , checkbox, select box or add more videos and images into the survey. After that I will save all of them to database on the json format. At the end…
Chu van tinh
  • 77
  • 1
  • 12
-2
votes
2 answers

How to replace all the existing GUIDs with new one from the Visual Studio solution/project?

I have a Windows application developed with C# and C++ so it has multiple .cs and .cpp files. Now many of the .cs file has the GUID in below format : [Guid( "D01A42F5-FD89-4c8f-8065-726AD4363411" )] There are a huge numbers of GUIDs present in my…
ksrds
  • 136
  • 2
  • 16
1 2 3 4 5 6
7