pyqtgraph/pyqtgraph/widgets
ntjess 4bf1866c2a
Organize paramtypes (#1919)
* Registered parameter types go in their own files

* Moves [int, float] item definitions outside `WidgetParameterItem`

* Moves [int, float] parameter definitions outside `WidgetParameterItem`

* Allow registering ParameterItems for easy parameter defs

* Finalizes moving simple parameters to their own files

* removes accidentally committed file

* Provides class qualnames in rst

* Address docstring build issues

* Address recent review comments
- `registerParameterItemType`:
  * added to docs and parametertree.__init__
  * Remove unsed PARAM_TYPES global
  * Hyperlink to `registerParameterType`
- parameter tree rst:
  * Alphabetize entries
  * Rebuild RST without fully qualified class name
  * Add note at file header that it is auto generated

* Remove spurious space during rst doc creation

* Ensure created/modified files end with newline

* Address CodeQL warnings

* toPlainText also returns str

* `QTreeWidgetItem.text` returns str
2021-08-02 10:47:55 -07:00
..
BusyCursor.py Fix BusyCursor to use internal stack provided by setOverrideCursor/restoreOverrideCursor (#1827) 2021-06-09 13:32:24 -07:00
CheckTable.py updated widgets 2013-12-22 02:18:37 -05:00
ColorButton.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
ColorMapWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
ComboBox.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
DataFilterWidget.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
DataTreeWidget.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
DiffTreeWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
FeedbackButton.py Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
FileDialog.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
GradientWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
GraphicsLayoutWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
GraphicsView.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
GroupBox.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
HistogramLUTWidget.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
JoystickButton.py fix in-library uses of exec_() 2021-05-14 06:16:21 +08:00
LayoutWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
MatplotlibWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
MultiPlotWidget.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
PathButton.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
PenSelectorDialog.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
PlotWidget.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
ProgressDialog.py Remove the use of pyqtgraph.ptime (#1914) 2021-07-22 20:57:50 -07:00
RawImageWidget.py glDisable(GL_TEXTURE_3D) -> glDisable(GL_TEXTURE_2D) 2021-07-18 09:09:57 +08:00
RemoteGraphicsView.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
ScatterPlotWidget.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
SpinBox.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
TableWidget.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
TreeWidget.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
ValueLabel.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
VerticalLabel.py Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
__init__.py move mkQApp to Qt.py to make it easier to import internally 2018-02-23 17:34:15 -08:00