mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Updated docstrings and minor version bump
This commit is contained in:
parent
7bf2495d3f
commit
8ce69f78d2
@ -19,6 +19,8 @@ as shown bellow
|
|||||||
|
|
||||||
# PySide
|
# PySide
|
||||||
dark_stylesheet = qdarkstyle.load_stylesheet_pyside()
|
dark_stylesheet = qdarkstyle.load_stylesheet_pyside()
|
||||||
|
# PySide
|
||||||
|
dark_stylesheet = qdarkstyle.load_stylesheet_pyside2()
|
||||||
# PyQt4
|
# PyQt4
|
||||||
dark_stylesheet = qdarkstyle.load_stylesheet_pyqt()
|
dark_stylesheet = qdarkstyle.load_stylesheet_pyqt()
|
||||||
# PyQt5
|
# PyQt5
|
||||||
@ -48,7 +50,7 @@ import platform
|
|||||||
import os
|
import os
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
__version__ = "2.5.4"
|
__version__ = "2.6.0"
|
||||||
|
|
||||||
PYQTGRAPH_QT_LIB_VALUES = ['PyQt', 'PyQt5', 'PySide', 'PySide2']
|
PYQTGRAPH_QT_LIB_VALUES = ['PyQt', 'PyQt5', 'PySide', 'PySide2']
|
||||||
QT_API_VALUES = ['pyqt', 'pyqt5', 'pyside', 'pyside2']
|
QT_API_VALUES = ['pyqt', 'pyqt5', 'pyside', 'pyside2']
|
||||||
|
@ -17,6 +17,7 @@ Links to understand those tools:
|
|||||||
- pyrcc4: http://pyqt.sourceforge.net/Docs/PyQt4/resources.html#pyrcc4
|
- pyrcc4: http://pyqt.sourceforge.net/Docs/PyQt4/resources.html#pyrcc4
|
||||||
- pyrcc5: http://pyqt.sourceforge.net/Docs/PyQt5/resources.html#pyrcc5
|
- pyrcc5: http://pyqt.sourceforge.net/Docs/PyQt5/resources.html#pyrcc5
|
||||||
- pyside-rcc: https://www.mankier.com/1/pyside-rcc
|
- pyside-rcc: https://www.mankier.com/1/pyside-rcc
|
||||||
|
- pyside2-rcc: https://doc.qt.io/qtforpython/overviews/resources.html (Documentation Incomplete)
|
||||||
- rcc on Qt4: http://doc.qt.io/archives/qt-4.8/rcc.html
|
- rcc on Qt4: http://doc.qt.io/archives/qt-4.8/rcc.html
|
||||||
- rcc on Qt5: http://doc.qt.io/qt-5/rcc.html
|
- rcc on Qt5: http://doc.qt.io/qt-5/rcc.html
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ Links to understand those tools:
|
|||||||
- pyuic4: http://pyqt.sourceforge.net/Docs/PyQt4/designer.html#pyuic4
|
- pyuic4: http://pyqt.sourceforge.net/Docs/PyQt4/designer.html#pyuic4
|
||||||
- pyuic5: http://pyqt.sourceforge.net/Docs/PyQt5/designer.html#pyuic5
|
- pyuic5: http://pyqt.sourceforge.net/Docs/PyQt5/designer.html#pyuic5
|
||||||
- pyside-uic: https://www.mankier.com/1/pyside-uic
|
- pyside-uic: https://www.mankier.com/1/pyside-uic
|
||||||
|
- pyside2-uic: https://wiki.qt.io/Qt_for_Python_UiFiles (Documentation Incomplete)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user