excuse me if this question has been asked before than i am sorry i couldn't find it.
so i am ruining Ubuntu on my desktop computer and i have started c++ using code blocks i was wondering how do you make a GUI window for Linux or am i using the wrong tool for the job?
lenzo 0 Newbie Poster
Recommended Answers
Jump to PostYou can use Qt. Do this in a terminal window:
$ sudo apt-get install libqtcore4 libqtgui4 libqt4-dev qt4-qmake qt4-doc qt4-demos qt4-assistant qt4-designer qtcreator qtcreator-doc
Some of the above might be redundant, but what the heck. And most of it is probably installed already as part of the …
All 5 Replies
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Tomashqooo -3 Newbie Poster
Celtrix -2 Junior Poster in Training
lenzo 0 Newbie Poster
Celtrix -2 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.