Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Problem with first QML progarm(texteditor)
Forum Updated to NodeBB v4.3 + New Features

Problem with first QML progarm(texteditor)

Scheduled Pinned Locked Moved QML and Qt Quick
qmlquick
3 Posts 2 Posters 1.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saeed
    wrote on last edited by saeed
    #1

    Hi All
    when i want to run first program that was a tutorial in Qt (http://doc.qt.io/qt4.8/gettingstartedqml.html) a text editor . i about 2 days try to run it but always i compile program then app gives errors.
    how i should run program with guide Qt :
    We need to compile the file dialog C++ plugin before the text editor can run. To compile, enter the gsQml directory, then run qmake and compile using make or nmake, depending on your platform. To run, launch qmlviewer and open the texteditor.qml file.
    The source code is in the examples/tutorials/gettingStarted/gsQml directory.

    other my question , how i should import "qmlscene -I ./imports texteditor.qml" to my program.
    my QT 3.2.1 with msvc2010 32bit

    1 Reply Last reply
    0
    • X Offline
      X Offline
      xargs1
      wrote on last edited by
      #2

      I doubt your Qt version is 3.2.1; that's probably your Creator version. Is there some reason you're using such an old version of Qt?

      There are lots of example programs available from within Qt Creator that you can easily build without worrying about plugins and other complications. Just click the Welcome tab on the left.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        saeed
        wrote on last edited by
        #3

        yes my creator is 3.2.1
        but i like understand how a qml file run with plugins!?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved