QT 프로그래밍(4)
-
윈도우에 설치
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=friday_jina&logNo=221585498380 [Qt 프로그래밍] Qt 개발 환경 구축하기 글을 시작하며 지금까지 MFC 나 Win32 API를 이용해서 Windows 응용 프로그램을 개발해왔는데, 개... blog.naver.com https://youtu.be/wPcVlP_wrew
2021.08.29 -
Qt5 UI 폰트 크기 키우기
org.qt-project.qtcreator.desktop 을 수정해보아도 크기의 변화가 없다. 해결방법 sudo apt-get install gnome-tweak-tool 기능 개선 앱 선택 텍스트 또는 스케일 상수 조절
2021.08.29 -
Qt5 시작하기
(1) File | New File or Project | Application | Qt Widgets Application 선택 (2) cpp 파일명에 대문자를 사용할 수 있도록 Tools | Options | C++ | File Naming 에서 Lower case file names 를 체크 해제한다. (3) 만들고자하는 프로젝트의 이름과 저장 위치를 지정한다. (4) MainWindow.h / MainWindow.cpp contain the default GUI generated by wizard (5) .pro file is Qt's configuration project file. (즉 환경 설정을 할 수 있는 파일이다.)
2021.02.11 -
Compiling your first Qt Program in Ubuntu
https://vitux.com/compiling-your-first-qt-program-in-ubuntu/ Compiling your first Qt Program in Ubuntu Qt is a free, open source, and cross-platform application development framework for desktop, embedded and mobile. It supports various platforms such as Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS, and others. More than a progr vitux.com
2021.01.29