We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac552 commit 9185730Copy full SHA for 9185730
Qt Designer/CodeCreator_Qt.v1.0.0.py
@@ -6,7 +6,7 @@
6
import PyQt5.QtWidgets as widgets
7
8
app = widgets.QApplication(sys.argv)
9
-w = uic.loadUi("qt5designer.ui")
+w = uic.loadUi("qt5designer.v1.0.0.ui")
10
11
12
def clickmethod():
0 commit comments