Built application display components not correct
-
Hi guys,
I' developing a windows desktop application using QtCreator C++
Currently i'm facing with a problem:When i build application with debug profile of qtcreator, everythings display correct as expect
But when i build application with release profile, some components will display.... weird, and all textbox, spinbox can't edit value
Anyone know whats happening and how can i resolve?
-
Hi guys,
I' developing a windows desktop application using QtCreator C++
Currently i'm facing with a problem:When i build application with debug profile of qtcreator, everythings display correct as expect
But when i build application with release profile, some components will display.... weird, and all textbox, spinbox can't edit value
Anyone know whats happening and how can i resolve?
-
@Sabrac How do you create your UI? Manually in code or using designer?
Also, does the app run or is it stuck (hanging)?