|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 |
|
3 | 3 | ################################################################################ |
4 | | -## Form generated from reading UI file 'connection.ui' |
| 4 | +## Form generated from reading UI file 'Ui_Dialog.ui' |
5 | 5 | ## |
6 | | -## Created by: Qt User Interface Compiler version 6.4.1 |
| 6 | +## Created by: Qt User Interface Compiler version 5.15.2 |
7 | 7 | ## |
8 | 8 | ## WARNING! All changes made in this file will be lost when recompiling UI file! |
9 | 9 | ################################################################################ |
10 | 10 |
|
11 | | -from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale, |
12 | | - QMetaObject, QObject, QPoint, QRect, |
13 | | - QSize, QTime, QUrl, Qt) |
14 | | -from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor, |
15 | | - QFont, QFontDatabase, QGradient, QIcon, |
16 | | - QImage, QKeySequence, QLinearGradient, QPainter, |
17 | | - QPalette, QPixmap, QRadialGradient, QTransform) |
18 | | -from PySide6.QtWidgets import (QApplication, QComboBox, QDialog, QGridLayout, |
19 | | - QHBoxLayout, QLabel, QPushButton, QSizePolicy, |
20 | | - QSpacerItem, QWidget) |
| 11 | +from PySide2.QtCore import * |
| 12 | +from PySide2.QtGui import * |
| 13 | +from PySide2.QtWidgets import * |
| 14 | + |
21 | 15 |
|
22 | 16 | class Ui_Dialog(object): |
23 | 17 | def setupUi(self, Dialog): |
|
0 commit comments