summaryrefslogtreecommitdiff
path: root/docs/modules/schedulers/qt.rst
blob: 68b788cc17994d9955511f49943a3364f4e6f8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:mod:`apscheduler.schedulers.qt`
================================

.. automodule:: apscheduler.schedulers.qt

API
---

.. autoclass:: QtScheduler
    :show-inheritance:


Introduction
------------

QtScheduler lets you integrate APScheduler with your `PySide <https://en.wikipedia.org/wiki/PySide>` or
`PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ application.

.. list-table::
   :widths: 1 4

   * - Default executor
     - :class:`~apscheduler.executors.pool.PoolExecutor`
   * - External dependencies
     - PySide or PyQt
   * - Example
     - ``examples/schedulers/qt.py``
       (`view online <https://github.com/agronholm/apscheduler/tree/master/examples/schedulers/qt.py>`_).