Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. QT

QT

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
linuxhardwarejsonquestion
18 Posts 5 Posters 0 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.
  • I Iranian MM

    I don't have a question This is just a subject for discussion

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #4

    This is not the place.

    Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

    B I 2 Replies Last reply
    0
    • L Lost User

      This is not the place.

      Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

      B Offline
      B Offline
      Bernhard Hiller
      wrote on last edited by
      #5

      The main header above is "Discussions", not "Quick Answers".

      L 1 Reply Last reply
      0
      • L Lost User

        This is not the place.

        Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

        I Offline
        I Offline
        Iranian MM
        wrote on last edited by
        #6

        so why page's name is discussions? and where is discussions place?

        L 1 Reply Last reply
        0
        • I Iranian MM

          so why page's name is discussions? and where is discussions place?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #7

          Discussions in this context is more about discussing technical problems/issues and how to solve them. General discussions about "why I think application X is good", or "why product Y sucks" are usually ignored, or taken to the Lounge. As you may have noticed that, apart from me and Albert, no one has joined in.

          Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

          I 1 Reply Last reply
          0
          • B Bernhard Hiller

            The main header above is "Discussions", not "Quick Answers".

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #8

            See my response to OP.

            Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

            1 Reply Last reply
            0
            • L Lost User

              Discussions in this context is more about discussing technical problems/issues and how to solve them. General discussions about "why I think application X is good", or "why product Y sucks" are usually ignored, or taken to the Lounge. As you may have noticed that, apart from me and Albert, no one has joined in.

              Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

              I Offline
              I Offline
              Iranian MM
              wrote on last edited by
              #9

              Lounge is a place for non-programming discussion. rule 2 in rules for the Lounge : - No programming questions. For quick answers to your questions please use Quick Answers, for technical discussions use the programming forums(Discussions) Please read rules carefully. thnx

              L 1 Reply Last reply
              0
              • I Iranian MM

                Lounge is a place for non-programming discussion. rule 2 in rules for the Lounge : - No programming questions. For quick answers to your questions please use Quick Answers, for technical discussions use the programming forums(Discussions) Please read rules carefully. thnx

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #10

                Mohammad Masood Ashrafi wrote:

                for technical discussions use the programming forums(Discussions)

                Look at your question again!

                Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

                1 Reply Last reply
                0
                • I Iranian MM

                  Is there any body that has experience with qt in linux? and qt in embedded linux? for choosing qt frame work or developing with linux api without framework thnx

                  M Offline
                  M Offline
                  mikemar
                  wrote on last edited by
                  #11

                  I had a short contract job where we used the qt framework in all of our c/c++ development. We didn't actually use the IDE though just the framework. The development was done on the linux commmand line. Was there something you wanted to know about it?

                  I 1 Reply Last reply
                  0
                  • M mikemar

                    I had a short contract job where we used the qt framework in all of our c/c++ development. We didn't actually use the IDE though just the framework. The development was done on the linux commmand line. Was there something you wanted to know about it?

                    I Offline
                    I Offline
                    Iranian MM
                    wrote on last edited by
                    #12

                    I'm new in linux. and I want to develop a application for embedded devices too. Do you suggest me to use qt framework ? or to write my one framework with linux api? thnx

                    M A 2 Replies Last reply
                    0
                    • I Iranian MM

                      I'm new in linux. and I want to develop a application for embedded devices too. Do you suggest me to use qt framework ? or to write my one framework with linux api? thnx

                      M Offline
                      M Offline
                      mikemar
                      wrote on last edited by
                      #13

                      I guess it depends what type of embedded programming you are doing. But I would say I had a pretty positive impression of it. The framework was very comprehensive. It seemed like literally anything you could think of existed in qt. This included even standard objects. For instance there's qstrings, qmakefiles, qxml ect... . I would recommend if you use qt that you use the Qx or QTx version of things because everything in qt is designed to work together it seems like. In general the QT version will tend to be similar or simplified from the standard c/c++ library version of things. We were doing linux programming for a custom linux based thin client OS and for some of the server software to control the thin clients so if you are doing an embedded linux application it should be a good choice.

                      I 1 Reply Last reply
                      0
                      • M mikemar

                        I guess it depends what type of embedded programming you are doing. But I would say I had a pretty positive impression of it. The framework was very comprehensive. It seemed like literally anything you could think of existed in qt. This included even standard objects. For instance there's qstrings, qmakefiles, qxml ect... . I would recommend if you use qt that you use the Qx or QTx version of things because everything in qt is designed to work together it seems like. In general the QT version will tend to be similar or simplified from the standard c/c++ library version of things. We were doing linux programming for a custom linux based thin client OS and for some of the server software to control the thin clients so if you are doing an embedded linux application it should be a good choice.

                        I Offline
                        I Offline
                        Iranian MM
                        wrote on last edited by
                        #14

                        First thank you for your good explanation about qt. but do you have any experience with qt on arm?

                        M A 2 Replies Last reply
                        0
                        • I Iranian MM

                          First thank you for your good explanation about qt. but do you have any experience with qt on arm?

                          M Offline
                          M Offline
                          mikemar
                          wrote on last edited by
                          #15

                          No we were using Intel chips but there were plans to move to ARM. I wouldn't think that anything would be different though. QT is designed to be cross platform. Also I think Nokia did a lot of the development of QT for their cell phones and since most cell phones use ARM I'd be suprised if ARM wasn't thoroughly supported.

                          A 1 Reply Last reply
                          0
                          • M mikemar

                            No we were using Intel chips but there were plans to move to ARM. I wouldn't think that anything would be different though. QT is designed to be cross platform. Also I think Nokia did a lot of the development of QT for their cell phones and since most cell phones use ARM I'd be suprised if ARM wasn't thoroughly supported.

                            A Offline
                            A Offline
                            Albert Holguin
                            wrote on last edited by
                            #16

                            Along with the Nokia ownership involved, should be noted the framework is NOT free to be used commercially. Just something worth noting.

                            1 Reply Last reply
                            0
                            • I Iranian MM

                              First thank you for your good explanation about qt. but do you have any experience with qt on arm?

                              A Offline
                              A Offline
                              Albert Holguin
                              wrote on last edited by
                              #17

                              See my addition to the Nokia comment...

                              1 Reply Last reply
                              0
                              • I Iranian MM

                                I'm new in linux. and I want to develop a application for embedded devices too. Do you suggest me to use qt framework ? or to write my one framework with linux api? thnx

                                A Offline
                                A Offline
                                Albert Holguin
                                wrote on last edited by
                                #18

                                Qt is very versatile, one of the biggest positives is it's ability to go across multiple platforms. With that said, if it's a commercial application there may be fees to pay to Nokia, go to their website for pricing info (it's not published, you have to request it).

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups