Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PyQT5: Open QFiledialog in a Dialog which was create in qt designer
Post: RE: PyQT5: Open QFiledialog in a Dialog which was ...

None works fine :) fileName = QFileDialog.getSaveFileName(None, 'Dialog Title', home, file_filter)thx :)
nieselfriem GUI 4 21,488 Apr-30-2017, 07:38 PM
    Thread: PyQT5: Open QFiledialog in a Dialog which was create in qt designer
Post: PyQT5: Open QFiledialog in a Dialog which was crea...

I create a dilaog in Qt Designer and I use PyQT5. After a selcetion of users and the ouput format, I will open a Filedialog to chouse the Filename and the path. But the problem is, that the Dilaog is ...
nieselfriem GUI 4 21,488 Apr-29-2017, 01:10 PM
    Thread: Closing Modal Window in QT
Post: Closing Modal Window in QT

Hello,  I create a modal dialog in PyQT5 in this way: from PyQt5 import QtCore, QtGui, QtWidgets class FirmUi_Dialog(object):    def setupUi(self, Dialog):        Dialog.setObjectName("Dialog")  ...
nieselfriem GUI 0 4,724 Apr-19-2017, 03:32 PM
    Thread: QModelIndex set Column in tablemodel
Post: QModelIndex set Column in tablemodel

Hello, I use a table with tableview. In one of the Columns I present boolean values as checkbox. For this purpose I implimentet a checkbox as single GUI element. I will implement a progress that the ...
nieselfriem GUI 0 3,423 Mar-31-2017, 01:59 PM
    Thread: Displaying error in QTableview and with Checkbox in Column under macOsX
Post: Displaying error in QTableview and with Checkbox i...

Hi, I have the following problem. I create a TableModel and a Delegate Class to display Boolean values in a column with Checkboxes.  # coding=utf-8   from PyQt5.QtCore import * from PyQt5.QtGui impo...
nieselfriem GUI 1 5,447 Mar-17-2017, 03:06 PM

User Panel Messages

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