반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- vpi
- linux
- nvarguscamerasrc
- Jetson
- camera
- boot process
- LAYERS
- gstsample
- ssd 포맷
- orin nx
- yocto
- server error
- bitbake
- l4t
- 티스토리챌린지
- libargus api
- /dev/kmsg
- gcc7
- udpsink
- 오블완
- bash
- lineedit
- libargus
- meta-tegra
- mkfs.ext4
- 봉화 숲속캠핑장
- RDEPENDS
- cpu frequency
- nvidia
- vpiimage
Archives
- Today
- Total
DREAMER
[QT] QTextEdit, QLineEdit Drag 막기 본문
728x90
반응형
[QTextEdit]
setTextInteractionFlags(Qt::NoTextInteraction)
[QLineEdit]
커스텀 팔레트 생성 후 설정함
setPalette(customPalette)
setFocusPolicy(Qt::NoFocus)
728x90
반응형
'프로그래밍 > C | C++' 카테고리의 다른 글
[cmake] definition flag 추가 (0) | 2023.07.04 |
---|---|
[부동소수점] 부동소수점 표기법 (0) | 2023.06.07 |
[cmake] zlib.h No such file and directory (0) | 2023.04.12 |
[C/C++]변수의 초기화가 'case'레이블에 의해 생략되었습니다. (0) | 2018.06.24 |
Comments