https://github.com/442442/442open
442公开仓库
https://github.com/442442/442open
cmake cpp customwidgets qt qt5 qt6
Last synced: 3 months ago
JSON representation
442公开仓库
- Host: GitHub
- URL: https://github.com/442442/442open
- Owner: 442442
- Created: 2024-02-22T08:45:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-06T07:05:13.000Z (7 months ago)
- Last Synced: 2025-11-10T05:37:40.134Z (7 months ago)
- Topics: cmake, cpp, customwidgets, qt, qt5, qt6
- Language: C++
- Homepage:
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# 442open
#### Description
442's open sources repository.
CustomWidgetProjects is a project about Qt custom widgets.
MyCustomWidget is a project of Qt Designer custom widgets plugin.
test is a project of widget testing.
#### What's in Custom Widgets
Computer Performance Monitor
Drag Tree
Xml Tree
Path Selector
File Selector
Parameter Editor
Halcon Display
Halcon Image Display Only
Halcon Display Minihud(double click to open in a new dialog)
Zoomable QGraphicsView
Zoomable Custom QGraphicsItems(arrow,rect,text,pixmap)
#### Installation
1. cmake_minimum_required 3.16 halcon qt5/qt6
#### Bugs Remain
1. XmlTreeWidget2 :crash on some specific situation.
2. Computer Performance Monitor: build with qt5.14.2 can not send QMap signal
3. Halcon build release:setting text font do not work
4. Halcon region info tips abnormal
5. Graphics text item would not repaint with AttachToArrow on some specific situation.