__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# -*- coding: utf-8 -*-
# Copyright (C) 2010, 2011, 2012, 2013 Sebastian Wiesner <lunaryorn@gmail.com>
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by the
# Free Software Foundation; either version 2.1 of the License, or (at your
# option) any later version.
# This library is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
# for more details.
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
"""
pyudev.pyside
=============
PySide integration.
:class:`QUDevMonitorObserver` integrates device monitoring into the
PySide\\_ mainloop by turing device events into Qt signals.
:mod:`PySide.QtCore` from PySide\\_ must be available when importing this
module.
.. _PySide: http://www.pyside.org
.. moduleauthor:: Sebastian Wiesner <lunaryorn@gmail.com>
.. versionadded:: 0.6
"""
# isort: THIRDPARTY
from PySide6 import QtCore # pylint: disable=import-error
from ._qt_base import MonitorObserverGenerator
# pylint: disable=invalid-name
MonitorObserver = MonitorObserverGenerator.make_monitor_observer(
QtCore.QObject, QtCore.Signal, QtCore.QSocketNotifier
)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| _ctypeslib | Folder | 0755 |
|
|
| _os | Folder | 0755 |
|
|
| device | Folder | 0755 |
|
|
| __init__.py | File | 1.98 KB | 0644 |
|
| _errors.py | File | 4.92 KB | 0644 |
|
| _qt_base.py | File | 6.74 KB | 0644 |
|
| _util.py | File | 6.6 KB | 0644 |
|
| core.py | File | 12.93 KB | 0644 |
|
| discover.py | File | 11.06 KB | 0644 |
|
| glib.py | File | 6.33 KB | 0644 |
|
| monitor.py | File | 20.52 KB | 0644 |
|
| pyqt4.py | File | 1.76 KB | 0644 |
|
| pyqt5.py | File | 1.41 KB | 0644 |
|
| pyside.py | File | 1.76 KB | 0644 |
|
| pyside6.py | File | 1.5 KB | 0644 |
|
| version.py | File | 1.06 KB | 0644 |
|
| wx.py | File | 4.59 KB | 0644 |
|