Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Regenerate UI
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 2, 2020
1 parent 7726025 commit c292539
Show file tree
Hide file tree
Showing 4 changed files with 113,990 additions and 29,068 deletions.
7 changes: 6 additions & 1 deletion guiscrcpy/ui/pyqt5/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def setupUi(self, MainWindow):
self.gridLayout_4.addWidget(self.refreshdevices, 7, 2, 1, 1)
self.check_swipe_panel = QtWidgets.QCheckBox(self.frame)
font = QtGui.QFont()
font.setFamily("Noto Sans")
font.setPointSize(10)
self.check_swipe_panel.setFont(font)
icon4 = QtGui.QIcon()
Expand Down Expand Up @@ -248,6 +249,7 @@ def setupUi(self, MainWindow):
self.gridLayout_4.addWidget(self.displayForceOn, 1, 4, 1, 1)
self.lock_rotation = QtWidgets.QCheckBox(self.frame)
font = QtGui.QFont()
font.setFamily("Noto Sans")
font.setPointSize(10)
self.lock_rotation.setFont(font)
icon8 = QtGui.QIcon()
Expand All @@ -257,6 +259,7 @@ def setupUi(self, MainWindow):
self.gridLayout_4.addWidget(self.lock_rotation, 2, 5, 1, 1)
self.check_bottom_panel = QtWidgets.QCheckBox(self.frame)
font = QtGui.QFont()
font.setFamily("Noto Sans")
font.setPointSize(10)
self.check_bottom_panel.setFont(font)
icon9 = QtGui.QIcon()
Expand All @@ -279,6 +282,7 @@ def setupUi(self, MainWindow):
self.gridLayout_4.addWidget(self.network_button, 7, 0, 1, 1)
self.check_side_panel = QtWidgets.QCheckBox(self.frame)
font = QtGui.QFont()
font.setFamily("Noto Sans")
font.setPointSize(10)
self.check_side_panel.setFont(font)
icon11 = QtGui.QIcon()
Expand Down Expand Up @@ -329,6 +333,7 @@ def setupUi(self, MainWindow):
self.devices_view.setSizePolicy(sizePolicy)
self.devices_view.setMaximumSize(QtCore.QSize(16777215, 90))
font = QtGui.QFont()
font.setFamily("Noto Sans")
font.setPointSize(9)
self.devices_view.setFont(font)
self.devices_view.setAutoFillBackground(True)
Expand Down Expand Up @@ -419,7 +424,7 @@ def setupUi(self, MainWindow):
sizePolicy.setHeightForWidth(self.dial.sizePolicy().hasHeightForWidth())
self.dial.setSizePolicy(sizePolicy)
font = QtGui.QFont()
font.setFamily("Trebuchet MS")
font.setFamily("Noto Sans")
font.setPointSize(11)
self.dial.setFont(font)
self.dial.setCursor(QtGui.QCursor(QtCore.Qt.SizeHorCursor))
Expand Down
Loading

0 comments on commit c292539

Please sign in to comment.