@@ -633,10 +633,10 @@ def __init__(self, parent=None):
633633 self .toolBar .Action20 .setShortcut ("CTRL+SHIFT+E" )
634634 self .toolBar .Action20 .triggered .connect (self .runtoprob )
635635 #PLUGINS HERE WE GO
636- self .toolBar .Action21 = QtWidgets .QAction (QtGui .QIcon (":/ico5/plugin.png" ),"Plugin" ,self .toolBar )
637- self .toolBar .Action21 .setStatusTip ("Make plugin" )
638- self .toolBar .Action21 .setShortcut ("" )
639- self .toolBar .Action21 .triggered .connect (self .plugin_make )
636+ self .toolBar .Action22 = QtWidgets .QAction (QtGui .QIcon (":/ico5/plugin.png" ),"Plugin" ,self .toolBar )
637+ self .toolBar .Action22 .setStatusTip ("Make plugin" )
638+ self .toolBar .Action22 .setShortcut ("" )
639+ self .toolBar .Action22 .triggered .connect (self .plugin_make )
640640 self .scriptfile = self .codebox .text ()
641641 self .filename = ""
642642
@@ -681,7 +681,8 @@ def __init__(self, parent=None):
681681 self .toolBar .addAction (self .toolBar .Action20 )
682682 self .toolBar .addSeparator ()
683683 self .toolBar .addAction (self .toolBar .Action21 )
684-
684+ self .toolBar .addSeparator ()
685+ self .toolBar .addAction (self .toolBar .Action22 )
685686
686687 self .skrift = QFont ()
687688 self .skrift .setFamily ('Consolas' )
@@ -935,7 +936,7 @@ def closeEvent(self, event):
935936 ui3 .setupUi1 (messageformForm )
936937 MainWindow .resize (1000 , 600 )
937938 MainWindow .show ()
938- # app.exec_()
939+ # app.exec_()
939940
940941
941942
0 commit comments