@@ -86,6 +86,8 @@ def setupUi(self, MainWindow):
8686 self .actionFunscript_decomposition .setObjectName (u"actionFunscript_decomposition" )
8787 self .actionFirmware_updater = QAction (MainWindow )
8888 self .actionFirmware_updater .setObjectName (u"actionFirmware_updater" )
89+ self .actionAbout = QAction (MainWindow )
90+ self .actionAbout .setObjectName (u"actionAbout" )
8991 self .centralwidget = QWidget (MainWindow )
9092 self .centralwidget .setObjectName (u"centralwidget" )
9193 self .horizontalLayout = QHBoxLayout (self .centralwidget )
@@ -241,6 +243,8 @@ def setupUi(self, MainWindow):
241243 self .menuSetup .setObjectName (u"menuSetup" )
242244 self .menuTools = QMenu (self .menuBar )
243245 self .menuTools .setObjectName (u"menuTools" )
246+ self .menuHelp = QMenu (self .menuBar )
247+ self .menuHelp .setObjectName (u"menuHelp" )
244248 MainWindow .setMenuBar (self .menuBar )
245249 self .toolBar = QToolBar (MainWindow )
246250 self .toolBar .setObjectName (u"toolBar" )
@@ -251,13 +255,15 @@ def setupUi(self, MainWindow):
251255
252256 self .menuBar .addAction (self .menuSetup .menuAction ())
253257 self .menuBar .addAction (self .menuTools .menuAction ())
258+ self .menuBar .addAction (self .menuHelp .menuAction ())
254259 self .menuSetup .addAction (self .actionDevice_selection_wizard )
255260 self .menuSetup .addAction (self .actionPreferences )
256261 self .menuTools .addAction (self .actionFunscript_conversion )
257262 self .menuTools .addAction (self .actionSimfile_conversion )
258263 self .menuTools .addAction (self .actionFunscript_decomposition )
259264 self .menuTools .addSeparator ()
260265 self .menuTools .addAction (self .actionFirmware_updater )
266+ self .menuHelp .addAction (self .actionAbout )
261267 self .toolBar .addAction (self .actionControl )
262268 self .toolBar .addAction (self .actionMedia )
263269 self .toolBar .addAction (self .actionStart )
@@ -297,6 +303,7 @@ def retranslateUi(self, MainWindow):
297303 self .actionSimfile_conversion .setText (QCoreApplication .translate ("MainWindow" , u"Simfile conversion" , None ))
298304 self .actionFunscript_decomposition .setText (QCoreApplication .translate ("MainWindow" , u"Funscript decomposition" , None ))
299305 self .actionFirmware_updater .setText (QCoreApplication .translate ("MainWindow" , u"Firmware updater" , None ))
306+ self .actionAbout .setText (QCoreApplication .translate ("MainWindow" , u"About" , None ))
300307 self .groupBox_volume .setTitle (QCoreApplication .translate ("MainWindow" , u"volume" , None ))
301308 self .groupBox_pattern .setTitle (QCoreApplication .translate ("MainWindow" , u"Pattern generator" , None ))
302309 self .comboBox_patternSelect .setItemText (0 , QCoreApplication .translate ("MainWindow" , u"Mouse" , None ))
@@ -316,6 +323,7 @@ def retranslateUi(self, MainWindow):
316323 self .tabWidget .setTabText (self .tabWidget .indexOf (self .tab_details ), QCoreApplication .translate ("MainWindow" , u"Details" , None ))
317324 self .menuSetup .setTitle (QCoreApplication .translate ("MainWindow" , u"Setup" , None ))
318325 self .menuTools .setTitle (QCoreApplication .translate ("MainWindow" , u"Tools" , None ))
326+ self .menuHelp .setTitle (QCoreApplication .translate ("MainWindow" , u"Help" , None ))
319327 self .toolBar .setWindowTitle (QCoreApplication .translate ("MainWindow" , u"toolBar" , None ))
320328 # retranslateUi
321329
0 commit comments