Skip to main content

Questions tagged [gui-design]

Filter by
Sorted by
Tagged with
-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
0 votes
2 answers
2k views

I am developing desktop based GUI (single form) using wxPython and loads it using remote citrix access from client private network. Suppose, the GUI has certain group of select and text boxes which ...
SRC's user avatar
  • 119
2 votes
2 answers
3k views

As titled, take ASP.NET/Perl/PHP for example. Because I don't have chance to work with UI Designer/or know anyone like that, so I really wonder do they use any tools to do the UI design? I don't ...
King Chan's user avatar
  • 405
6 votes
2 answers
495 views

I had the opportunity to develop applications in several niches: server back-end, desktop clients, and recently a small scale website. Once indulged in the website design I am asking myself and you ...
Paul's user avatar
  • 219
6 votes
4 answers
4k views

I was curious about GUI design patterns, so I searched and got some information, including a list of UI patterns for the web. This UI patterns website says that: UI Patterns is a growing collection ...
Niranjan Singh's user avatar
0 votes
2 answers
8k views

I am developing an OS reporting system for PHP, it's main emphasis is right now on the server side of things. I am trying to look for examples of good UIs for reporting systems. The problem: there are ...
Itay Moav -Malimovka's user avatar
3 votes
2 answers
181 views

I like to do a wireframe before I start coding and work from there. But when should I start worrying about the visual design? When should I consider the colours, the font, whether corners should be ...
juicy lucy's user avatar
1 vote
2 answers
972 views

I'm working on a project at the moment and I'm currently looking for some sources regarding creating GUI mockups. In my case, I'm creating basic diagrams with the intended layout of the design to ...
Prisoner's user avatar
  • 343
8 votes
12 answers
1k views

Say you are developing a desktop application, and you want the user to be able to customize menus, buttons, keymapping, and other commands and components. How much customization should be allowed? I ...
Michael K's user avatar
  • 15.7k
6 votes
4 answers
287 views

Can anyone suggest good resources about web form design and usability for web applications? Especially complex forms with 15+ fields etc.
Alexey Anufriyev's user avatar
1 vote
3 answers
302 views

Disclaimer: I do not specialize in [desktop] GUI design, but have to do it on occasion. I have seen co-worker's dialogs worse than the once I created, and my major problem with them is that they can ...
Job's user avatar
  • 6,459