mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hiero: creator gui with min max
This commit is contained in:
parent
5bda706df7
commit
34f2c15d2d
1 changed files with 2 additions and 2 deletions
|
|
@ -276,8 +276,8 @@ class CreatorWidget(QtWidgets.QDialog):
|
||||||
elif v["type"] == "QSpinBox":
|
elif v["type"] == "QSpinBox":
|
||||||
data[k]["value"] = self.create_row(
|
data[k]["value"] = self.create_row(
|
||||||
content_layout, "QSpinBox", v["label"],
|
content_layout, "QSpinBox", v["label"],
|
||||||
setRange=(1, 9999999), setValue=v["value"],
|
setValue=v["value"], setMinimum=0,
|
||||||
setToolTip=tool_tip)
|
setMaximum=100000, setToolTip=tool_tip)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue