Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator for custom projects
Forum Updated to NodeBB v4.3 + New Features

Qt Creator for custom projects

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 779 Views 1 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.
  • strahlexS Offline
    strahlexS Offline
    strahlex
    wrote on last edited by
    #1

    Hello Qt developers,

    I am currently working on a project to create real time machine control applications using a few scripting languages. For that purpose it would be great for users to have IDE where they can easily create new projects starting with a Hello World application. So figured out that Qt Creator has all that stuff on board that we need.

    Basically a project consists of a QtQuick GUI (using a QML plugin), a custom script file (syntax highlighting would be great), some Python apps, some config files and maybe some C apps. The files would need to be deployed remotely using e.g. ssh. One part of the project also needs to be executed remotely on the target system (the output of this application would be also useful) and the other part (the QML GUI) needs to be executed locally.

    So I found following documentations about this topic:
    http://doc.qt.digia.com/qtcreator-extending/first-plugin.html
    http://doc.qt.digia.com/qtcreator-2.3/creator-project-wizards.html

    There are 2 kind of Qt projects supported by Qt Creator: pro-Projects and qmlproject-Projects. Which one of these would be more suitable for this purpose (there is now Qt/C++ code to compile).

    Is there a way to create (and use) remote targets using the wizards?

    How does the deployment tool-chain work (I would only need to copy a few files to a remote location and to execute 2 applications).

    Is there a place where I could find more about this topic?

    Regards
    Strahlex

    Feel free to check out my website machinekoder.com
    and my pet projects Intellicute and QtQuickVcp

    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