Dark mode on satellites

This commit is contained in:
2021-10-22 10:48:13 -04:00
parent b28817c0c6
commit a0157664cc
3 changed files with 29 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
################################################################################
## Form generated from reading UI file 'mainwindow.ui'
## Form generated from reading UI file ''
##
## Created by: Qt User Interface Compiler version 5.15.2
##
@ -129,6 +129,12 @@ class Ui_MainWindow(object):
self.viewSatellites = QGraphicsView(self.centralwidget)
self.viewSatellites.setObjectName(u"viewSatellites")
self.viewSatellites.setGeometry(QRect(450, 10, 280, 280))
brush = QBrush(QColor(0, 0, 0, 255))
brush.setStyle(Qt.NoBrush)
self.viewSatellites.setBackgroundBrush(brush)
brush1 = QBrush(QColor(255, 255, 255, 255))
brush1.setStyle(Qt.NoBrush)
self.viewSatellites.setForegroundBrush(brush1)
self.label_14 = QLabel(self.centralwidget)
self.label_14.setObjectName(u"label_14")
self.label_14.setGeometry(QRect(10, 10, 221, 16))