Home
last modified time | relevance | path

Searched refs:PixelDelegate (Results 26 – 42 of 42) sorted by relevance

12

/dports/devel/py-qt5-designerplugin/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-dbus/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-help/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-positioning/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-designer/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-dbussupport/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/devel/py-qt5-location/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/print/py-qt5-printsupport/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/x11/py-qt5-opengl/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/textproc/py-qt5-xml/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/textproc/py-qt5-xmlpatterns/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/graphics/py-qt5-svg/PyQt5-5.15.4/examples/itemviews/pixelator/
H A Dpixelator.py60 class PixelDelegate(QAbstractItemDelegate): class
62 super(PixelDelegate, self).__init__(parent)
146 delegate = PixelDelegate(self)
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
H A Dpixelator.qdoc115 \section1 PixelDelegate Class Definition
117 The \c PixelDelegate class is defined as follows:
130 \section1 PixelDelegate Class Implementation
132 The \c PixelDelegate constructor is used to set up a default value for
231 Each item in the table view will be rendered by the \c PixelDelegate
240 \c PixelDelegate class. This ensures that the delegate always draws each
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/doc/src/
H A Dpixelator.qdoc115 \section1 PixelDelegate Class Definition
117 The \c PixelDelegate class is defined as follows:
130 \section1 PixelDelegate Class Implementation
132 The \c PixelDelegate constructor is used to set up a default value for
231 Each item in the table view will be rendered by the \c PixelDelegate
240 \c PixelDelegate class. This ensures that the delegate always draws each
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dbrush_preview.cpp402 PixelDelegate pixelDelegate) in forEachBrushPixel()
428 PixelDelegate pixelDelegate) in traceCrossPixels()
459 int thickness, PixelDelegate pixelDelegate) in traceSelectionCrossPixels()
498 PixelDelegate pixelDelegate) in traceBrushBoundaries()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/itemviews/pixelator/
H A Dmainwindow.cpp67 PixelDelegate *delegate = new PixelDelegate(this); in MainWindow()

12