Skip to content

Commit

Permalink
Pyside6 update: fix component settings import #409
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Feb 19, 2025
1 parent ea96767 commit a186aaa
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Date: 2016 / 10 / 10

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from mgear.core import pyqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = pyqt.qt_import()


class Ui_Form(object):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()


class Ui_Form(object):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# WARNING! All changes made in this file will be lost!

import mgear.core.pyqt as gqt
from mgear.vendor.Qt import QtCore, QtWidgets
QtGui, QtCore, QtWidgets, wrapInstance = gqt.qt_import()

class Ui_Form(object):
def setupUi(self, Form):
Expand Down

0 comments on commit a186aaa

Please sign in to comment.