You are not logged in.

#1 2013-01-25 23:08:16

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

[SOLVED] Qt Quick in Qt 4.8.x

I was trying to do a Qt Quick 1 tutorial using the latest Qt Creator and Qt from the standard repo's. When I try to go into Qt Quick designer on a QML file, Qt Create just locks up. I ran it from the command line and there was no output, no message, nothing. The GUI just becomes unresponsive. The designer works fine for "regular" Qt forms.

Has anyone else experienced this? Do you think that Qt 5.0 will fix this? (It's in the AUR, but I really don't know what package(s) to install, so I stayed away from that.)

Thanks in advance.

Last edited by mrunion (2013-01-25 23:58:20)


Matt

"It is very difficult to educate the educated."

Offline

#2 2013-01-26 00:01:44

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Qt Quick in Qt 4.8.x

OK, solved this issue.

I ran strace qtcreator and then tried to open the designer. It appears that qtcreator goes through all the hidden files in your home folder. There were two files there that it hung on: .kaxtv.ts and .kaxtv1.ts.

These files were 0-bytes in length. When I tried to cat them, the terminal would hang. When I tried to open them in gedit, gedit would hang. I moved these files to the Trash and now the designer works fine.

I don't really know what those files are there for, though.

Anyway, this is solved.


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB