Allow tabs to be re-ordered.

master
Pacman Ghost 7 years ago
parent b9b273118b
commit d1bf48b3e3
  1. 1
      main_window.py

@ -87,6 +87,7 @@ class MainWindow( QMainWindow ) :
# we can now close the startup widget and replace it with the main tab widget
self.tab_widget = QTabWidget( self )
self.tab_widget.setTabsClosable( True )
self.tab_widget.setMovable( True )
self.tab_widget.tabCloseRequested.connect( self.on_tab_close_requested )
self.setCentralWidget( self.tab_widget )
# open the database

Loading…
Cancel
Save