qt4.5부터는 기존에 사용하는 setIcon이 아니라 setWindowIcon을 사용해야 한다. 간단한 예제 setWindowIcon(QIcon(“filename.jpg”)); 간단하다… more →
Shellbt's Blogshellbt wrote 4 days ago: qt4.5부터는 기존에 사용하는 setIcon이 아니라 setWindowIcon을 사용해야 한다. 간단한 예제 setWindowIcon(QIcon(“filename.jp … more →
shellbt wrote 1 month ago: http://sourceforge.net/projects/eclim/설치 하는 과정이 GUI로 되어 있는데다가 필요로한 패키지 같은 것들을 자동으로 잡아주기 때문에 무척 편하다. … more →
shellbt wrote 1 month ago: eclipse 메뉴에서window->Preference->CodeStyle(java,cdt등에 있다.) 에서 현재 profile을 edit을 클릭해서 들어가면 tab p … more →
shellbt wrote 3 months ago: 소개 시스템 콜 방식의 /dev/epoll은 RT Signal보다 약 10~20%까지 성능향상이 가능 poll(2)을 확장시킨 도구 버젼 glibc 2.3.2 이상 $ nm -D … more →
shellbt wrote 4 months ago: 지연 타이머가 아닌 경과 시간 체크용 타이머. 임베디드질 하다 보면 이런 타이머가 필요한 경우가 생긴다… 시스템 콜 함수니 이것저것 써 봤지만 내 입맛에 안 맞아서 그냥 … more →
shellbt wrote 5 months ago: /* ** This file contains an example of how to use SQLite to store and retrieve ** blob data. Blobs a … more →