Filterable Popup Buttons
========================

Filterable popup buttons are buttons that open filterable popups when clicked.

.. rubric:: Class Inheritance

- :py:class:`QtWidgets.QWidget`
    - :py:class:`QtWidgets.QAbstractButton`
        - :py:class:`QtWidgets.QPushButton`
            - :py:class:`QT4Widgets.FilterablePopupButton`
                - :py:class:`UI4.Widgets.CameraPickerButton`


UI4.Widgets.CameraPickerButton
------------------------------
.. autoclass:: UI4.Widgets.CameraPickerButton()

    **Code example**::

        cameraPickerButton = UI4.Widgets.CameraPickerButton()
        cameraPickerButton.show()

    :kat:example_screenshot:`CameraPickerButton`
