Its Qt (pronounces cute). Qt is use in KDE Desktop, KOffice, Amarok, Google Earth, VLC Player, Skype, Opera, Psi, VirtualBox etc......
This is step by step procedure starts from Hello World
Hello world codes are like this.
#include <QApplication>
#include <QPushButton>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QPushButton hello("Hello world!");
hello.show();
return app.exec();
}
you will see like this.
There is 14 chapter, but I recommended personally at least try upto chapter 13.
You can be done in one Hour. :-)
for Running Environment, You will need
- Qt
- mingw compilers, if you use windows.
optional environment
- An IDE like Eclipse + Eclipse Qt Plugin, you will need java to run eclipse
Enjoy!
6 comments:
ဟိ..ျကည့္ဘဲျကည့္သြားတယ္။ေနာ္။ မေလးမစားလုပ္တာ မဟုတ္..။
computer မွ နားမလည္တာ..ခြင့္လြတ္ပါဗ်ာ။
ML မွာတုန္းက တစ္ခါစာအုပ္တင္ေပးတဲ့အထဲမွာပါဘူးတယ္ တစ္ခါမွေတာ့ မေလ့လာျဖစ္ဘူး။ ကိုမာ့ခ္ျပထားတာ စိတ္ဝင္စားတယ္။ သားသားက ဂ်ာဗား မရဘူး။ အိအိ။ ေက်းဇူးပါဗ်ို့
>> သားသားက ဂ္ာဗား မရဘူး။
it is C++ bro. :P
ျကည့္ေပးသြားတာကို ေတာ္ေတာ္ကံေကာင္းေနပါျပီ မ KOM. :-)
အီးကလစ္ဆိုေတာ့ ဂ်ာဗားလားလို့ ညက္ခ်ိလ်ွမ္းတြားတယ္ ...
Post a Comment