- Qt 5 and OpenCV 4 Computer Vision Projects
- Zhuo Qingliang
- 137字
- 2021-06-24 13:59:18
Questions
Try these questions to test your knowledge of this chapter:
- We use a message box to tell users that they are already viewing the first or last image while they are trying to see the previous one before the first image, or the next one after the last image. But there is another way to deal with this situation—disable prevAction when users are viewing the first image, and disable nextAction when users are viewing the last image. How is this implemented?
- Our menu items or tool buttons only contain text. How could we add an icon image to them?
- We use QGraphicsView.scale to zoom in or out of an image view, but how do you rotate an image view?
- What does moc do? What actions do the SIGNAL and SLOT macros perform?
推薦閱讀
- UML和模式應用(原書第3版)
- Flink SQL與DataStream入門、進階與實戰
- Mastering Python Networking
- 動手學數據結構與算法
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Building Dynamics CRM 2015 Dashboards with Power BI
- Python編程快速上手2
- SFML Game Development
- 例說FPGA:可直接用于工程項目的第一手經驗
- Mastering ArcGIS Server Development with JavaScript
- RESTful Web API Design with Node.js
- 現代C++語言核心特性解析
- Flutter之旅
- Implementing Domain:Specific Languages with Xtext and Xtend
- TypeScript High Performance