Results 1 to 4 of 4

Thread: Creating QmlEngine

  1. #1
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Creating QmlEngine

    Hello friends,

    I have some looping behavior which is strange. In my main.cpp where I create my QmlEngine:
    Qt Code:
    1. QQmlEngine engine;
    To copy to clipboard, switch view to plain text mode 
    the execution flow is hanging. One of the output panes say this:
    QML Debugger: No application output received in time, trying to connect ...

    QML Debugger: No application output received in time, trying to connect ...
    So debugging becomes imposibble. Have anybody any idea what this is?

    I am using Qt5.1.1 msvc2012_64...

    Thx,

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Creating QmlEngine

    Did you check firewall settings?
    Did you check if "Helpers: GDB Helper, QML Dump." were built?
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  3. #3
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Re: Creating QmlEngine

    I install the prebuild binary "Qt 5.1.1 for Windows 64-bit (VS 2012, 525 MB)"

    so what do I have to check? And how do I check it?
    Last edited by codeman; 20th October 2013 at 18:18.

  4. #4
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Re: Creating QmlEngine

    The problem seems to be fixed in 5.2 beta....

Similar Threads

  1. creating your own SLOT
    By the9gamer in forum Newbie
    Replies: 1
    Last Post: 1st August 2012, 00:39
  2. creating exe
    By Shien in forum Newbie
    Replies: 2
    Last Post: 4th January 2011, 20:19
  3. Creating a DLL using Qt
    By Althor in forum Qt Programming
    Replies: 5
    Last Post: 4th July 2010, 09:56
  4. Creating a pixmap
    By maverick_pol in forum Qt Programming
    Replies: 10
    Last Post: 8th October 2008, 19:27
  5. Help creating a PDF doc
    By Dark_Tower in forum Qt Programming
    Replies: 5
    Last Post: 10th December 2006, 12:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.