mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added dbcon property to create dialog
This commit is contained in:
parent
de9086f72a
commit
ae8278deae
1 changed files with 4 additions and 0 deletions
|
|
@ -167,6 +167,10 @@ class CreateDialog(QtWidgets.QDialog):
|
|||
self.use_selection_checkbox = auto_close_checkbox
|
||||
self.create_btn = create_btn
|
||||
|
||||
@property
|
||||
def dbcon(self):
|
||||
return self.controller.dbcon
|
||||
|
||||
def moveEvent(self, event):
|
||||
super(CreateDialog, self).moveEvent(event)
|
||||
self._last_pos = self.pos()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue