Skip to main content

Questions tagged [gui-design]

-1 votes
1 answer
332 views

So I'm developing a GUI that consists of many widgets such as checkbox, buttons, radio-buttons, combo-box using Python Qt5. This GUI is to perform some calcualtion based on user choices. I'm trying to ...
Prometheus's user avatar
-1 votes
1 answer
135 views

I want to make an android app that allows you to write scripts to draw stuff. Like text, buttons, images... using opengl. Now, if i have a function that draws an image like this: drawImage( ...
Alexanus's user avatar
  • 119
3 votes
3 answers
631 views

This might be an X Y problem, but here's my situation. I've got a QT5 C++ code base whose task it is to allow for the configuration of a "process chain". A "process chain" here means a list of ...
Krupip's user avatar
  • 1,347
7 votes
1 answer
9k views

I have used a lot of JavaFX and am familiar with the technical aspects. Now, as I foray into a very large application with hundreds of views, I want to make sure I start strong with a solid design. ...
skex's user avatar
  • 71
2 votes
2 answers
167 views

I'm searching for an approach to a very generic problem. In my recent private project, I want to control different Applications from a single GUI. To make the idea more clear I'll explain my project ...
shup's user avatar
  • 29
1 vote
1 answer
742 views

I want to feed an HTML5 data grid with large data sets that the client will want to manipulate in different ways, e.g. aggregation, grouping, pivoting. The data comes from different web services and ...
Adam's user avatar
  • 187
3 votes
1 answer
266 views

In tutorials I've seen, when data changes on the client (maybe a TODO is added to the TODOs list) the client side model (and often UI) is updated first, then the server is called to persist that ...
user1775718's user avatar
0 votes
1 answer
85 views

I have a large list of intercommunicating components; so I decided to have one class create all of them and then subsequently delegate them to other classes to facilitate finer tweaking and wiring ...
user2738698's user avatar
1 vote
2 answers
449 views

I'm designing the database schema for a new product feature. In my current design I have some related optional data. Rather than have nullable fields I have a separate table with a 0..1:1 relationship ...
Kenneth Cochran's user avatar
2 votes
5 answers
577 views

I've been trying to think outside of the box as to how desktop GUIs can be designed in code(not a graphical designer!). I've come across basically three ways this is done: XML Raw code (create a ...
Earlz's user avatar
  • 23.1k
3 votes
1 answer
173 views

Our team supports BackOffice application: a mix of WinForm and WPF windows. (about 80 including dialogs). Really a kind of a Swiss Army Knife. It is used by developers, tech writers, security ...
Pavel Voronin's user avatar
11 votes
2 answers
27k views

What's a proper way of building a Winform app that has multiple 'screens'? For example, I'm trying to write a small backup program (mainly for giggles), and I've been dumping controls and containers ...
CurtisHx's user avatar
  • 1,177
3 votes
5 answers
575 views

Supposse there's a company where web sites/apps are designed to resemble desktop apps. They struggle to add: Splash screens Drop-down menus Tab-pages Pages that don't grow downward with content, ...
Tulains Córdova's user avatar
1 vote
3 answers
468 views

What tools similar to GWT's UIBinder exist in other languages? By this I mean a system where you can define your UI layout in a markup language (preferably html+css) and attach the functionality to ...
Daenyth's user avatar
  • 8,167
3 votes
2 answers
724 views

We have an intranet site which was done in .net with plenty of functionality but management wants it to look more visually attractive and get the graphic designer involved. The graphic designer is ...
Rich's user avatar
  • 51

15 30 50 per page