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. General Programming
  3. C / C++ / MFC
  4. Create a gui for linux.

Create a gui for linux.

Scheduled Pinned Locked Moved C / C++ / MFC
linuxtools
15 Posts 8 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.
  • K krish_kumar

    Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

    K Offline
    K Offline
    KingsGambit
    wrote on last edited by
    #2

    Qt would be a nice tool for GUI development. Qt has both paid and open source versions. Qt source code is protable (if coded carefully) to other operating systems like Windows and Mac as well. http://qt.nokia.com/products[^]

    K 1 Reply Last reply
    0
    • K krish_kumar

      Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #3

      I'll second Qt - Qt's nice. And you've got QtCreator, which is a nice Qt-centric IDE.

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p CodeProject MVP for 2010 - who'd'a thunk it!

      1 Reply Last reply
      0
      • K KingsGambit

        Qt would be a nice tool for GUI development. Qt has both paid and open source versions. Qt source code is protable (if coded carefully) to other operating systems like Windows and Mac as well. http://qt.nokia.com/products[^]

        K Offline
        K Offline
        krish_kumar
        wrote on last edited by
        #4

        Ok.... in Qt we program in C++...at any time , if I wanna attach any C- codes, whether it makes any complication or not.Actually I know something about qt, I've created small GUI's like small dialog widgets and all.. So according to you continue with qt is best.!!! Anyway thank you. Krishna:rose:

        K 1 Reply Last reply
        0
        • K krish_kumar

          Ok.... in Qt we program in C++...at any time , if I wanna attach any C- codes, whether it makes any complication or not.Actually I know something about qt, I've created small GUI's like small dialog widgets and all.. So according to you continue with qt is best.!!! Anyway thank you. Krishna:rose:

          K Offline
          K Offline
          KingsGambit
          wrote on last edited by
          #5

          I think you can reuse you C code in Qt without much problems. Give it a try.

          1 Reply Last reply
          0
          • K krish_kumar

            Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

            K Offline
            K Offline
            KarstenK
            wrote on last edited by
            #6

            if you write a qt GUI publish it at Codeproject. :-O

            Press F1 for help or google it. Greetings from Germany

            K 1 Reply Last reply
            0
            • K krish_kumar

              Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

              M Offline
              M Offline
              Moak
              wrote on last edited by
              #7

              Just in case you have doubts about QT... I would definitely recommend QT! :) Regarding development tools, KDevelop[^] is an IDE supporting Qt, GTK and wxWidgets. But I usually stick with Eclipse[^] for most part of C++ development. Hope this helps.

              Webchat in Europe :java: (only 4K)

              1 Reply Last reply
              0
              • K krish_kumar

                Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

                R Offline
                R Offline
                Rajesh R Subramanian
                wrote on last edited by
                #8

                I'll recommend QT. It's surprising how nobody else mentioned it. ;)

                “Follow your bliss.” – Joseph Campbell

                K 1 Reply Last reply
                0
                • R Rajesh R Subramanian

                  I'll recommend QT. It's surprising how nobody else mentioned it. ;)

                  “Follow your bliss.” – Joseph Campbell

                  K Offline
                  K Offline
                  KingsGambit
                  wrote on last edited by
                  #9

                  Let us hope somebody would recommend 'qt' as well :-D

                  R 1 Reply Last reply
                  0
                  • K KingsGambit

                    Let us hope somebody would recommend 'qt' as well :-D

                    R Offline
                    R Offline
                    Rajesh R Subramanian
                    wrote on last edited by
                    #10

                    I'd leave it to others. :)

                    “Follow your bliss.” – Joseph Campbell

                    1 Reply Last reply
                    0
                    • K krish_kumar

                      Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

                      CPalliniC Online
                      CPalliniC Online
                      CPallini
                      wrote on last edited by
                      #11

                      :-D ..................kidding................. :-D

                      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                      This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                      [My articles]

                      In testa che avete, signor di Ceprano?

                      M 1 Reply Last reply
                      0
                      • K KarstenK

                        if you write a qt GUI publish it at Codeproject. :-O

                        Press F1 for help or google it. Greetings from Germany

                        K Offline
                        K Offline
                        krish_kumar
                        wrote on last edited by
                        #12

                        of course:thumbsdown:

                        1 Reply Last reply
                        0
                        • CPalliniC CPallini

                          :-D ..................kidding................. :-D

                          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                          [My articles]

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

                          CPallini wrote:

                          Big Grin ..................kidding................. Big Grin

                          You got me there, Pallini :)

                          Webchat in Europe :java: (only 4K)

                          CPalliniC 1 Reply Last reply
                          0
                          • M Moak

                            CPallini wrote:

                            Big Grin ..................kidding................. Big Grin

                            You got me there, Pallini :)

                            Webchat in Europe :java: (only 4K)

                            CPalliniC Online
                            CPalliniC Online
                            CPallini
                            wrote on last edited by
                            #14

                            C'est la vie... :)

                            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                            [My articles]

                            In testa che avete, signor di Ceprano?

                            1 Reply Last reply
                            0
                            • K krish_kumar

                              Hiii... I wanna create a Gui like windows operating system for Linux. The latest Linux versions are user friendly .But I want to do this as a mini project just for practice. So my aim is a simple gui for Linux. And there are so many gui development tools like gtk, Kdevelopr, Qt/...etc. Which one I've to select , which one is better for my need. Presently I use Fedora 11. Wait for a reply... thanking you KRISHThumbs Down

                              T Offline
                              T Offline
                              Tim Craig
                              wrote on last edited by
                              #15

                              Just to be contrary, I use wxWidgets. :cool: It's free, open source, and cross platform.

                              You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.

                              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