[libcamera-devel,v2,0/4] Improve Camera Selection GUI in QCam
mbox series

Message ID 20220806190433.59128-1-utkarsh02t@gmail.com
Headers show
Series
  • Improve Camera Selection GUI in QCam
Related show

Message

Utkarsh Tiwari Aug. 6, 2022, 7:04 p.m. UTC
Difference from v1 :
  1. The CameraSelectionDialog now lives in his own class.
  2. The last two commits are interchanged (for no reason).

Due to moving it in a class the commits are quite changed in code but
remained same in nature. But I would be dropping any previous review
tags.

Normal Introduction:
Hi,

This series aims to add a Dialog box which can be used to select
camera while at startup and trying to switch cameras.

The series first adds the dialog to be used just for selection of
camera at startup and then moves on to replace the current QCombBox
in favour of the dialog box.

A Screenshot :
  https://pasteboard.co/bpbcDniGx1qd.png


Utkarsh Tiwari (4):
  qcam: Use QDialog for selection of cameras at startup
  qcam: Support Hotplug for Camera Selection Dialog
  qcam: MainWindow: Replace cameraCombo_ with camSelectDialog
  qcam: CamSelectDialog: Display Location and Model propety of camera

 src/qcam/cam_select_dialog.h | 137 +++++++++++++++++++++++++++++++++++
 src/qcam/main_window.cpp     |  57 +++++++--------
 src/qcam/main_window.h       |   9 ++-
 src/qcam/meson.build         |   1 +
 4 files changed, 170 insertions(+), 34 deletions(-)
 create mode 100644 src/qcam/cam_select_dialog.h