Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 192263c

Browse files
ajusteLogicaNoticias
1 parent 87abe05 commit 192263c

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

‎.idea/workspace.xml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎__pycache__/login.cpython-310.pyc

164 Bytes
Binary file not shown.

‎__pycache__/main.cpython-310.pyc

51 Bytes
Binary file not shown.

‎__pycache__/noticias.cpython-310.pyc

0 Bytes
Binary file not shown.

‎main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from PyQt5 import uic, QtWidgets, QtGui
2+
from PyQt5.QtWidgets import QMessageBox
23

34

45
def chamar_calculadora():

‎noticias.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ def botao_voltar():
140140
tela_noticias.btn_atualizar.clicked.connect(chamar_atualizar)
141141
tela_noticias.btn_voltar.clicked.connect(botao_voltar)
142142

143+
tela_noticias.show()
144+
app.exec()
145+
143146
buscar_noticias()
144147
montar_listas_capitais()
145148
buscar_cotacao()
146149
montar_proverbios()
147-
148-
tela_noticias.show()
149-
app.exec()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /