@@ -291,7 +291,7 @@ def setUIFontPathDataEntry(self):
291
291
292
292
def setUIAxisValueDataEntry (self ):
293
293
outerVBox = QVBoxLayout ()
294
- axisEditLabel = QLabel ("<h4>Axis Definitions </h4>" )
294
+ axisEditLabel = QLabel ("<h4>Axis Editor </h4>" )
295
295
axisEditLabel .setStyleSheet ("QLabel { padding-left: 5px;}" )
296
296
axisEditGroupBox = QGroupBox ("" )
297
297
axisEditGroupBox .setMinimumHeight (200 )
@@ -328,7 +328,7 @@ def setUIAxisValueDataEntry(self):
328
328
329
329
def setUINameTableDataEntry (self ):
330
330
outerVBox = QVBoxLayout ()
331
- nameTableLabel = QLabel ("<h4>Name Table Definitions </h4>" )
331
+ nameTableLabel = QLabel ("<h4>Name Editor </h4>" )
332
332
nameTableLabel .setStyleSheet ("QLabel { padding-left: 5px;}" )
333
333
nameTableGroupBox = QGroupBox ("" )
334
334
@@ -359,7 +359,7 @@ def setUINameTableDataEntry(self):
359
359
def setUIBitSettingsDataEntry (self ):
360
360
outerVBox = QVBoxLayout ()
361
361
outerHBox = QHBoxLayout ()
362
- bitSettingsLabel = QLabel ("<h4>Bit Flag Settings </h4>" )
362
+ bitSettingsLabel = QLabel ("<h4>Bit Flag Editor </h4>" )
363
363
bitSettingsLabel .setStyleSheet ("QLabel { padding-left: 5px;}" )
364
364
365
365
bitSettingsOuterGroupBox = QGroupBox ("" )
0 commit comments