Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Core Plugin in QtCreator5?
Forum Updated to NodeBB v4.3 + New Features

Core Plugin in QtCreator5?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 1.8k 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.
  • S Offline
    S Offline
    shantia_73
    wrote on last edited by
    #1

    Im a beginner at Qt, and i write a program that need Core::ActionManager.
    Now in QtCreator that i downloaded (5.3.2 Version), there is no Core plugin, just a QtCore that hasn't ActionManager.
    I searched everywhere but i couldn't find how install & use Core.
    Can someone please tell me how i have to install it?!
    Thank you a lot and sorry for my poor english.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Core::ActionManager is part of Qt Creator (IDE) source code and is useful when you intend to create plugins for Qt Creator.

      It is not part of Qt libraries.

      (Z(:^

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

        [quote author="sierdzio" date="1413635277"]Core::ActionManager is part of Qt Creator (IDE) source code and is useful when you intend to create plugins for Qt Creator.

        It is not part of Qt libraries.[/quote]

        thanks.
        so you mean i cant use it in applications?
        then how use ActionManager in my application to control Keyboard Shortcuts?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          I do not know that. Maybe it is a separated-standalone class and could be used, or maybe it is entwined with other Qt Creator code and can't be easily separated. You would need to check yourself, or ask Qt Creator developers.

          For keyboard shortcuts, there are ready-made and well tested solutions being provided by KDE.

          (Z(:^

          1 Reply Last reply
          0
          • S Offline
            S Offline
            shantia_73
            wrote on last edited by
            #5

            [quote author="sierdzio" date="1413699131"]I do not know that. Maybe it is a separated-standalone class and could be used, or maybe it is entwined with other Qt Creator code and can't be easily separated. You would need to check yourself, or ask Qt Creator developers.

            For keyboard shortcuts, there are ready-made and well tested solutions being provided by KDE.[/quote]

            can you explain more? is it work on other gui, like gnome?

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              KDE libraries are a set of modules that you can use to extend Qt. They are used to build the KDE desktop environment and a lot of applications.

              All this remains C++ and Qt code.

              (Z(:^

              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