Skip to content

Commit

Permalink
add title
Browse files Browse the repository at this point in the history
  • Loading branch information
ver228 committed Jun 15, 2017
1 parent fd8ae41 commit 98a5475
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tierpsy/gui/SelectApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#from PyQt5 import QtCore, QtGui, QtWidgets

#from tierpsy.gui.SelectApp_ui import Ui_SelectApp
import tierpsy
from tierpsy.gui.GetMaskParams import GetMaskParams_GUI
from tierpsy.gui.MWTrackerViewer import MWTrackerViewer_GUI
from tierpsy.gui.SWTrackerViewer import SWTrackerViewer_GUI
Expand All @@ -25,10 +26,12 @@ class SelectApp(QMainWindow):
def __init__(self):
super().__init__()
self.resize(304, 249)
self.setWindowTitle('Tierpsy Tracker ' + tierpsy.__version__)

self.centralwidget = QWidget(self)
self.centralwidget.setObjectName("centralwidget")
self.setCentralWidget(self.centralwidget)

self.verticalLayout_C = QVBoxLayout(self.centralwidget)
self.verticalLayout_C.setObjectName("verticalLayout_C")

Expand Down

0 comments on commit 98a5475

Please sign in to comment.