Questions tagged as 'pyqt-4'

1
answer

Connect a button with a lcd screen pyqt4

Good afternoon everyone! I need to develop a calculator in pyqt 4, but I do not know how to connect the number / operations buttons to the virtual lcd display. I already researched, but found nothing that solved my problem. Can someone help m...
asked by 13.08.2018 / 19:12
1
answer

Problem with encode / decode python

I have 2 functions, the first prepares the html and writes to a .txt file so that the second function opens this file and manages an email through outlook. In the body of the message, the content of this html will be placed with the correct form...
asked by 28.11.2017 / 03:24
1
answer

help with Qlocale and format currency brazil

In c ++ I used to convert an integer value to the Brazilian currency format as follows: QLocale loc = QLocale::system(); QLocale brasil(QLocale::Portuguese); loc.setNumberOptions(brasil.numberOptions()); QLocale::setDefault(loc); cout <<...
asked by 28.01.2017 / 21:34