전체
-
util/toolmore 2015. 3. 17. 11:01
MSE http://www.microsoft.com/security_essentials/ 7zip http://7-zip.org/ 데몬툴 http://www.daemon-tools.cc/kor/home FileZilla - FTP client, server http://filezilla-project.org/ Paint.net http://www.getpaint.net/ FastStone Image Viewer http://www.faststone.org/ 피카사 http://picasa.google.com/ xnview - viewer, shellex http://www.xnview.com/ 반디집 http://www.kippler.com/zipage/ notepad++ http://notepad-pl..
-
QImage 상속시 data loaddev/QT 2014. 8. 18. 16:41
알려진 포멧이 아닐경우 loadFromData 가 실패함.객체 생성시 크기 미지정시 이미지 데이터를 변경할수 없음.아래와 같이 하여 null image 를 생성후 데이터를 후에 로드 할 수 있음.QImage::operator =(QImage(width, height, QImage::Format_xxx));*(static_cast(this)) = QImage(width, height, QImage::Format_xxx);이후 scanLine, bits, setPixel 등으로 데이터 조작을 하면 됨.
-
빌드된 Qt Creator 사용시 debugger 동작 안되는 경우dev/QT 2014. 3. 11. 11:30
빌드한 Qt Creator 을 사용할때 디버거가 실행이 안되거나 프로세스 attach 로 디버깅 실행이 안될경우가 있다Window - Views - Debugger log 를 선택하여 로그를 보면 붉은색의 글씨로 에러를 볼수 있다win64interrupt.c 가 없다는 에러가 있다면 Qt Creator 를 동일한 버전의 설치본을 먼저 설치한다bin/win64interrupt.exe 파일을 설치된 Qt Creator 에서 복사해서 넣어주면 해결된다이외에도 빌드한 Qt Creator 를 사용하면 설치본에서 되는 기능이 안되는 경우가 있는데 두개의 폴더를 비교하여 dll 이나 exe 등의 파일이 차이가 있는지 확인해보면 없는 파일이 있는데 이를 복사해주면 동일하게 사용가능하다