MantisBT - Doomseeker
View Issue Details
0003753Doomseeker[All Projects] Documentationpublic2020-01-30 15:172023-01-25 22:04
WubTheCaptain 
 
nonefeatureN/A
newopen 
1.3.1 
1.5.0 
0003753: UI design guidelines are missing
It'd be nice to have some documentation how to work on the UI; things like if everything needs to be Camel Case capitalized or just regularly. And which icon to use with every button.
No tags attached.
related to 0003676closed Zalewa There are button/graphic inconsistencies in the UI (0003636
Issue History
2020-01-30 15:17WubTheCaptainNew Issue
2020-01-30 15:18WubTheCaptainRelationship addedrelated to 0003676
2020-01-30 15:18WubTheCaptainPrioritynormal => none
2020-01-30 15:19WubTheCaptainReproducibilityalways => N/A
2020-06-26 05:45WubTheCaptainNote Added: 0021474
2020-06-26 05:49WubTheCaptainNote Edited: 0021474bug_revision_view_page.php?bugnote_id=21474#r13219
2023-01-25 22:04ZalewaTarget Version => 1.5.0

Notes
(0021474)
WubTheCaptain   
2020-06-26 05:45   
(edited on: 2020-06-26 05:49)
An example: If there's a widget at X-position 0 with width of 100, what should be the X-position of a label next to it? (The gap between them.) Qt5 designer seems to default to 9 (and it's in wide use), which is also not as divisible as 8 or 12 (for example).

It's not possible to align everything tidy to a pixel grid trying to rely only with platform-specific Qt stylesheets. And of course labels are in point size (pt), when everything else in Qt seems to be using pixels. Yuck.