Message ID | 20220803175517.175332-1-utkarsh02t@gmail.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Utkarsh, On Wed, Aug 03, 2022 at 11:25:13PM +0530, Utkarsh Tiwari via libcamera-devel wrote: > 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. I like that :-) If anyone is curious to see how it looks like, I've attached a screenshot of qcam with the dialog that pops up when clicking on the camera name in the toolbar. The toolbar camera selector widget doesn't open a drop-down list anymore but pops up the dialog box. > Utkarsh Tiwari (4): > qcam: Use QDialog for selection of cameras > qcam: Support Hotplug for Camera Selection Dialog > qcam: CameraSelectDialog: Display Location and Model propety of camera > qcam: MainWindow: Replace cameraCombo_ with cameraSelectDialog > > src/qcam/main_window.cpp | 162 ++++++++++++++++++++++++++++++++------- > src/qcam/main_window.h | 16 +++- > 2 files changed, 147 insertions(+), 31 deletions(-)