Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Qt Eclipse Plugins not working

    Installation and Deployment
    5
    9
    7759
    Loading More Posts
    • 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
      gbagerry last edited by

      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 Reply Quote 0
      • G
        gbagerry last edited by

        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 Reply Quote 0
        • H
          hpng last edited by

          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 Reply Quote 0
          • K
            kkrzewniak last edited by

            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 Reply Quote 0
            • H
              hpng last edited by

              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 Reply Quote 0
              • L
                loladiro last edited by

                [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 Reply Quote 0
                • H
                  hpng last edited by

                  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 Reply Quote 0
                  • T
                    tobias.hunger last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • H
                      hpng last edited by

                      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 Reply Quote 0
                      • First post
                        Last post