Posts by Juliano Gomes • 69 points
4 posts
-
1
votes1
answer319
viewsA: help with Qlocale and Brazilian currency format
Solved: #https://docs.python.org/2/library/locale.html import locale locale.setlocale(locale.LC_ALL, '') print locale.format('%.2f', (value * 0.01), True) or…
-
-1
votes1
answer319
viewsQ: help with Qlocale and Brazilian currency format
in c++ I used to convert an integer value to the Brazilian currency format as follows: QLocale loc = QLocale::system(); QLocale brasil(QLocale::Portuguese);…
-
4
votes1
answer183
viewsQ: Help with Signal and slots (connect in another file slot)
Good morning dear, created a project (Qt Widget Application) with Qt Creator (Qt 5.6.1). The project has the following structure: myproject.pro Headers dialogform. h mainwindow. h Sources…
c++asked Juliano Gomes 69 -
1
votes0
answers60
viewsQ: Color of text in Qtableview
Hello, I am trying to implement text color in certain column of my Qtableview, unsuccessfully to paint the cell, just use the code below on my delegate that works: painter->fillRect(option.rect,…
c++asked Juliano Gomes 69