Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Eclipse Plugins not working
QtWS25 Last Chance

Qt Eclipse Plugins not working

Scheduled Pinned Locked Moved Installation and Deployment
9 Posts 5 Posters 8.1k Views
  • 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.
  • G Offline
    G Offline
    gbagerry
    wrote on last edited by
    #1

    I running Ubuntu and Eclipse(Helios 3.5.2).
    I have followed the instructions to install the Qt (4.6.1) plugins. I can see the plugins in /usr/lib/eclipse/plugins.

    When I do a New Project, I do not get a Qt wizard.

    When I look at the Help Menu:About Eclipse SDK:Installation Details:Plugins, I do not see "Qt Project Plug-in" or "Qt Integration Help Plug-in". (I see these on a friend's working installation)

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gbagerry
      wrote on last edited by
      #2

      Works now. I went back and purged Eclipse. I then installed Eclipse/Galileo. After that I manually installed Eclipse/Helios in my /opt directory and edited the Eclipse startup script in /usr/bin. I installed the CDT in Helios and then manually installed the Qt plugin.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hpng
        wrote on last edited by
        #3

        I am new to Eclipse.
        I am planning to install the latest Eclipse (indigo?) CDT and then install Qt plugin.

        First time I tried with eclipse galileo, I failed to get Qt to work.

        Can you tell me why you have to install Eclipse Helios in /opt folder,
        and only after installing Galileo first?

        Why not install Helios without galileo?
        You also mentioned editing the Eclipse startup script in /usr/bin.

        Is there documentation on what to do?.
        I find Eclipse website difficult to navigate.

        WHen you install Qt plugin, how do you tell eclipse where all the Qt files are?

        Is the Qt files in Eclipse/plugin?
        Thanks.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kkrzewniak
          wrote on last edited by
          #4

          Just out of curiosity why use Eclipse (aka slug) in the first place? :P

          Me, Grimlock, not "nice dino". ME BASH BRAINS!

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hpng
            wrote on last edited by
            #5

            I am looking for a single platform to do various language development. In theory, this would save time learning another IDE.
            I went followed thru a C++ example on Eclipse CDT, and it was pretty experience.

            I do not think Nokia put much effort to making Eclipse-Qt integration seamless. I have seen many folks post plugin installation problem. I hope someone at Nokia read this, and do something about it. Seamless to a Nokia in-house developer may not be a seamless install for people outside.

            I did start to use Qt creator IDE, and it is simple enough.

            By the way, in Qt Creator, I cannot see the results of say for example QDateTime variable where I break. I click on the local variable, but it just show a letter "d".

            Does anyone know why or how to see content of such an object?

            1 Reply Last reply
            0
            • L Offline
              L Offline
              loladiro
              wrote on last edited by
              #6

              [quote author="hpng" date="1309443302"]
              By the way, in Qt Creator, I cannot see the results of say for example QDateTime variable where I break. I click on the local variable, but it just show a letter "d".

              Does anyone know why or how to see content of such an object?
              [/quote]

              What you have to do is use "debugging helpers":http://doc.qt.nokia.com/qtcreator-snapshot/creator-debugging-helpers.html . There are already debugging helpers for basic Qt classes (including QDateTime AFAIK). Make sure you have debugging helpers enabled under Tools -> Options -> Debugger -> Debugging Helper.

              1 Reply Last reply
              0
              • H Offline
                H Offline
                hpng
                wrote on last edited by
                #7

                It was already enable. I still have the same problem of not being able to see the values of variables like QDateTime.

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #8

                  hpng: We use the Qt SDK and Qt Creator in-house for Qt-related development.

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    hpng
                    wrote on last edited by
                    #9

                    Tobias:

                    Yes I am using Qt SDK download with Qt Creator.
                    I still cannot see results of say for example QDateTime variable where I break.
                    Debugging helpers are already enabled.

                    Any clue why I cannot see the values of compound or class variable?

                    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