Skip to content

Commit a377f83

Browse files
committed
Changes with tab names
1 parent 53d9396 commit a377f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installer/installer_builder.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Tempico Software"
5-
#define MyAppVersion "1.2.0"
5+
#define MyAppVersion "1.2.1"
66
#define MyAppPublisher "Tausand"
77
#define MyAppURL "https://www.tausand.com/"
88
#define MyAppExeName "TempicoSoftware.exe"

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ def __init__(self, parent=None, *args):
185185
self.tab1=QWidget()
186186
self.tab2=QWidget()
187187
self.tab3=QWidget()
188-
self.tabs.addTab(self.tab1,"Start-Stop histogram")
188+
self.tabs.addTab(self.tab1,"Start-stop histogram")
189189
self.tabs.addTab(self.tab2,"Lifetime")
190-
self.tabs.addTab(self.tab3,"Counts Estimation")
190+
self.tabs.addTab(self.tab3,"Counts estimation")
191191
#self.tabs.addTab(self.tab3,"g2 Measurement")
192192
self.tabs.setGeometry(0,20,1000,700)
193193
# Crear un QVBoxLayout para agregar el QTabWidget

0 commit comments

Comments
 (0)