eric6/Project/UicLoadUi.py

changeset 7628
f904d0eef264
parent 7360
9190402e4505
child 7834
6ffe1fe2ab4a
equal deleted inserted replaced
7626:7f643d41464e 7628:f904d0eef264
7 Module to get the object name, class name or signatures of a Qt form (*.ui). 7 Module to get the object name, class name or signatures of a Qt form (*.ui).
8 """ 8 """
9 9
10 import sys 10 import sys
11 import json 11 import json
12 import xml.etree.ElementTree 12 import xml.etree.ElementTree # secok
13 13
14 try: 14 try:
15 from PyQt5.QtCore import QMetaMethod, QByteArray 15 from PyQt5.QtCore import QMetaMethod, QByteArray
16 from PyQt5.QtWidgets import QAction, QWidget, QApplication 16 from PyQt5.QtWidgets import QAction, QWidget, QApplication
17 from PyQt5 import uic 17 from PyQt5 import uic

eric ide

mercurial