Thread: kcheckers
View Single Post
Old 05-18-2015, 02:04 AM   #22
zfu
Member
zfu began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Apr 2015
Location: Shanghai, China
Device: Kindle4, KT2
Smile

Much thanks for you help and for the amazing debian chroot...
now I got 'hello, world' app working on my KT2 with below code..


int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QPushButton button("Hello, world!");
button.setWindowTitle("L:A_N:application_ID:helloq t_PC:N_O:R");
button.show();
return app.exec();
}

One thing is the app runing default with landscape, how to make it show as portrait..

I want writting something like RSS reader or sync with online daily updating novels..


zfu is offline   Reply With Quote