Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfdelis authored May 11, 2021
1 parent cdb0238 commit 66ff543
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def setupUi(self, MainWindow):
self.radioButton_2.setObjectName("radioButton_2")
self.toolButton_4 = QtWidgets.QToolButton(self.frame)
self.toolButton_4.setGeometry(QtCore.QRect(160, 50, 101, 41))
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap("img/firefox.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.toolButton_4.setIcon(icon)
self.toolButton_4.setIconSize(QtCore.QSize(200, 200))
self.toolButton_4.setObjectName("toolButton_4")
Expand Down Expand Up @@ -266,7 +268,7 @@ def setupUi(self, MainWindow):

def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
MainWindow.setWindowTitle(_translate("MainWindow", "Google Maps Crawler"))
self.label_2.setText(_translate("MainWindow", "SELECIONAR NAVEGADOR:"))
self.radioButton.setText(_translate("MainWindow", "Chrome"))
self.radioButton_2.setText(_translate("MainWindow", "Firefox"))
Expand Down

0 comments on commit 66ff543

Please sign in to comment.