Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Convert .ui file .py
Post: RE: Convert .ui file .py

@mailal: Why do you want to convert *.ui-files? You can dynamically load the *.ui-files by using the uic in PyQt5. Example: from PyQt5 import uic, QtWidgets import sys class Ui(QtWidgets.QDialog):  ...
Sophus GUI 7 68,632 Jul-26-2017, 05:06 PM
    Thread: How can I get special data from QComboBox()?
Post: How can I get special data from QComboBox()?

Hey guys, in the following, executable source code I added the QTreeView() to QComboBox() by using the setView()-method on QComboBox().  You can also see I use QStandardItemModel to fill it with data...
Sophus GUI 0 5,078 Jul-26-2017, 04:56 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020