PDA

View Full Version : qt for android 5.5 some error



xiaoxiangyu
12th July 2015, 04:45
:confused:I use qt for android 5.5 to build a apk file in my way,I use qt designer to design a xxx.ui file,but when I complete,the image is run as the picture,I want to know what happened in my way?11271[[ATTACH=CONFIG]11271/ATTACH]11271

d_stranz
12th July 2015, 18:43
Looks like you inserted the same widget twice into your layout. Open your UI file in Designer or in a text editor and look carefully at the tree of items in your UI.

xiaoxiangyu
15th July 2015, 14:41
thanks for your answer,but I compile the same project in Qt5.4 for android ,the app is normal,so I have the question.

d_stranz
15th July 2015, 23:15
Open your UI file in Designer or in a text editor and look carefully at the tree of items in your UI.

Did you do this? Did you confirm that there is no error in your UI file, or do you simply assume that because you don't see the same effect on a different Qt version that your code is correct and I'm an idiot for suggesting it?