- class QCandlestickSet¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
brush()
def
close()
def
high()
def
low()
def
open()
def
pen()
def
setBrush()
def
setClose()
def
setHigh()
def
setLow()
def
setOpen()
def
setPen()
def
setTimestamp()
def
timestamp()
Signals¶
def
brushChanged()
def
clicked()
def
closeChanged()
def
doubleClicked()
def
highChanged()
def
hovered()
def
lowChanged()
def
openChanged()
def
penChanged()
def
pressed()
def
released()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- Access functions:
Signal
brushChanged()
- property closeᅟ: float¶
- Access functions:
Signal
closeChanged()
- property highᅟ: float¶
- Access functions:
Signal
highChanged()
- property lowᅟ: float¶
- Access functions:
Signal
lowChanged()
- property openᅟ: float¶
- Access functions:
Signal
openChanged()
- Access functions:
Signal
penChanged()
- property timestampᅟ: float¶
- Access functions:
- __init__(open, high, low, close[, timestamp=0.0[, parent=None]])
- Parameters:
open – float
high – float
low – float
close – float
timestamp – float
parent –
QObject
Getter of property
brushᅟ
.- brushChanged()¶
Notification signal of property
brushᅟ
.- clicked()¶
- close()¶
- Return type:
float
Getter of property
closeᅟ
.- closeChanged()¶
Notification signal of property
closeᅟ
.- doubleClicked()¶
- high()¶
- Return type:
float
Getter of property
highᅟ
.- highChanged()¶
Notification signal of property
highᅟ
.- hovered(status)¶
- Parameters:
status – bool
- low()¶
- Return type:
float
Getter of property
lowᅟ
.- lowChanged()¶
Notification signal of property
lowᅟ
.- open()¶
- Return type:
float
Getter of property
openᅟ
.- openChanged()¶
Notification signal of property
openᅟ
.Getter of property
penᅟ
.- penChanged()¶
Notification signal of property
penᅟ
.- pressed()¶
- released()¶
Setter of property
brushᅟ
.- setClose(close)¶
- Parameters:
close – float
Setter of property
closeᅟ
.- setHigh(high)¶
- Parameters:
high – float
Setter of property
highᅟ
.- setLow(low)¶
- Parameters:
low – float
Setter of property
lowᅟ
.- setOpen(open)¶
- Parameters:
open – float
Setter of property
openᅟ
.Setter of property
penᅟ
.- setTimestamp(timestamp)¶
- Parameters:
timestamp – float
Setter of property
timestampᅟ
.- timestamp()¶
- Return type:
float
Getter of property
timestampᅟ
.- timestampChanged()¶
Notification signal of property
timestampᅟ
.