Hacker News new | ask | show | jobs
by simion314 3376 days ago
From what I remember centering in Qt is possible and easy. Why would you need designers to know, Qt, they will show you a picture and you implement that. hopefully they don't want elliptic windows with elliptic buttons with animated shiny/metalic colors and animated shadows, you can get that but you may need to create custom widgets. Don't even compare a GUI Listbox or similar widget that can handle 10000 items because it smart to create and paint only visible stuff and the html DOM UL/OL that can't handle so many items, and you have to implement the smart list yourself. Same with DataGrids , for html you probably need to buy some code that has part of the functionality present in normal GUI toolkits.